To recreate: 1 - visit https://localhost:8081/bib/1 or any valid biblionumber 2 - 404 not found error
Created attachment 97444 [details] [review] Bug 22220: Fix bib Apache rewrite rule for intranet Trivial change. Speaks for itself. Since koha/detail.pl does not exist, we cannot break things ;) Test plan: [1] Copy the change in apache-shared-intranet.conf to your actual apache configuration. Probably in /etc/koha/. [2] Restart Apache. [3] Try a biblionumber say 123 on intranet with [your_staff_client]/bib/123. Does the detail page come up? Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Trivial patch, promoting to SO. Nick: could you test/QA ?
Created attachment 97452 [details] [review] Bug 22220: Fix bib Apache rewrite rule for intranet Trivial change. Speaks for itself. Since koha/detail.pl does not exist, we cannot break things ;) Test plan: [1] Copy the change in apache-shared-intranet.conf to your actual apache configuration. Probably in /etc/koha/. [2] Restart Apache. [3] Try a biblionumber say 123 on intranet with [your_staff_client]/bib/123. Does the detail page come up? Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Worked beautifully, once i figured out how to test in a gitified install ;-) Hint: Copy the changed line to: /etc/koha/apache-shared-intranet-git.conf
(In reply to Nick Clemens from comment #4) > Worked beautifully, once i figured out how to test in a gitified install ;-) > > Hint: Copy the changed line to: > /etc/koha/apache-shared-intranet-git.conf Thanks!
Nice work everyone! Pushed to master for 20.05
Pushed to 19.11.x branch for 19.11.03
backported to 19.05.x for 19.05.08