Lines 24-29
RewriteRule ^/cgi-bin/koha/erm/.*$ /cgi-bin/koha/erm/erm.pl [PT]
Link Here
|
24 |
RewriteCond %{REQUEST_URI} !^/cgi-bin/koha/preservation/.*.pl$ |
24 |
RewriteCond %{REQUEST_URI} !^/cgi-bin/koha/preservation/.*.pl$ |
25 |
RewriteRule ^/cgi-bin/koha/preservation/.*$ /cgi-bin/koha/preservation/home.pl [PT] |
25 |
RewriteRule ^/cgi-bin/koha/preservation/.*$ /cgi-bin/koha/preservation/home.pl [PT] |
26 |
RewriteRule ^/cgi-bin/koha/admin/record_sources(.*)?$ /cgi-bin/koha/admin/record_sources.pl$1 [PT] |
26 |
RewriteRule ^/cgi-bin/koha/admin/record_sources(.*)?$ /cgi-bin/koha/admin/record_sources.pl$1 [PT] |
|
|
27 |
RewriteCond %{QUERY_STRING} booksellerid=(.*) |
28 |
RewriteRule ^/cgi-bin/koha/acqui/supplier.pl$ /cgi-bin/koha/acquisition/vendors/%1? [R] |
27 |
RewriteRule ^/cgi-bin/koha/acquisition/vendors(.*)?$ /cgi-bin/koha/acqui/vendors.pl$1 [PT] |
29 |
RewriteRule ^/cgi-bin/koha/acquisition/vendors(.*)?$ /cgi-bin/koha/acqui/vendors.pl$1 [PT] |
28 |
|
30 |
|
29 |
Alias "/api" "/usr/share/koha/api" |
31 |
Alias "/api" "/usr/share/koha/api" |
30 |
- |
|
|