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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/