Bug 18669 - RewriteCond affecting wrong rule in koha-httpd.conf
authorDavid Cook <dcook@prosentient.com.au>
Thu, 25 May 2017 04:37:21 +0000 (14:37 +1000)
committerKatrin Fischer <katrin.fischer.83@web.de>
Mon, 5 Jun 2017 12:54:35 +0000 (14:54 +0200)
commit1f2bf282bf29bbc1fd4ed8f15e9217573543dc0e
treea3b9d74becdc62d790ddef055fedaf708ad2089a
parentbebe91bafbb84381fea8b920665df117536e4651
Bug 18669 - RewriteCond affecting wrong rule in koha-httpd.conf

One of the RewriteCond directives in koha-httpd.conf was affecting
the wrong RewriteRule after its original RewriteRule was commented out
years ago.

_TEST PLAN_
0) Before applying patch, build Koha from source
    *) make
    *) make install (or make upgrade)
    *) Copy or symlink etc/koha-httpd.conf to your Apache vhost directory
        (and enable if you're on a Debian based system)
    *) Restart Apache
1) Make sure that you have at least 1 bibliographic record in Koha
(URL like this http://server:port/cgi-bin/koha/opac-detail.pl?biblionumber=1)
2) Go to http://server:port/bib/1
3) Note that you get a 404 error
4) Apply the patch
5) Rebuild Koha from source as per step 0
6) Go to http://server:port/bib/1
7) Note that you now see the same page as you would if you went to
http://server:port/cgi-bin/koha/opac-detail.pl?biblionumber=1

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 9026169a235aa8133660ef649d98d8cedc5a4692)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
etc/koha-httpd.conf