[Koha-bugs] [Bug 18669] New: RewriteCond affecting wrong rule in koha-httpd.conf

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 25 06:29:19 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18669

            Bug ID: 18669
           Summary: RewriteCond affecting wrong rule in koha-httpd.conf
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

With Bug 9683, we removed an unnecessary RewriteRule from the Apache
configuration. However, by removing that RewriteRule directive, we accidentally
made the preceding RewriteCond affect the following rule instead:

RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/opac-detail\.pl?bib=$1 [PT]

So I'm just going to remove the RewriteCond from etc/koha-httpd.conf as it's
causing problems with a rewrite rule which works with Debian packages and
properly configured source installs.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list