https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010 --- Comment #408 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 181800 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181800 Bug 38010: (QA follow-up) Add new apache redirect Review of attachment 181800: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38010&attachment=181800) ----------------------------------------------------------------- ::: debian/templates/apache-shared-intranet.conf @@ +29,1 @@
RewriteRule ^/cgi-bin/koha/acquisition/vendors(.*)?$ /cgi-bin/koha/acqui/vendors.pl$1 [PT]
Why do rewrite "acquisition/vendors(.*)?" to "acqui/vendors.pl$1" instead of just having an "acquisition/vendors" script? -- You are receiving this mail because: You are watching all bug changes.