|
Lines 107-112
Link Here
|
| 107 |
RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT] |
107 |
RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT] |
| 108 |
RewriteRule ^(.*)_[0-9]{2}\.[0-9]{7}\.(js|css)$ $1.$2 [L] |
108 |
RewriteRule ^(.*)_[0-9]{2}\.[0-9]{7}\.(js|css)$ $1.$2 [L] |
| 109 |
|
109 |
|
|
|
110 |
RewriteRule ^/cgi-bin/koha/erm/.*$ /cgi-bin/koha/erm/erm.pl [PT] |
| 111 |
RewriteRule ^/cgi-bin/koha/display/.*$ /cgi-bin/koha/display/display-home.pl [PT] |
| 112 |
RewriteRule ^/cgi-bin/koha/preservation/.*$ /cgi-bin/koha/preservation/home.pl [PT] |
| 113 |
|
| 110 |
# REST API configuration |
114 |
# REST API configuration |
| 111 |
Alias "/api" "__API_CGI_DIR__" |
115 |
Alias "/api" "__API_CGI_DIR__" |
| 112 |
<Directory __API_CGI_DIR__> |
116 |
<Directory __API_CGI_DIR__> |
|
Lines 238-243
Link Here
|
| 238 |
RewriteRule ^/cgi-bin/koha/sip2/.*$ /cgi-bin/koha/sip2/sip2.pl [PT] |
242 |
RewriteRule ^/cgi-bin/koha/sip2/.*$ /cgi-bin/koha/sip2/sip2.pl [PT] |
| 239 |
RewriteCond %{REQUEST_URI} !^/cgi-bin/koha/preservation/.*.pl$ |
243 |
RewriteCond %{REQUEST_URI} !^/cgi-bin/koha/preservation/.*.pl$ |
| 240 |
RewriteRule ^/cgi-bin/koha/preservation/.*$ /cgi-bin/koha/preservation/home.pl [PT] |
244 |
RewriteRule ^/cgi-bin/koha/preservation/.*$ /cgi-bin/koha/preservation/home.pl [PT] |
|
|
245 |
RewriteCond %{REQUEST_URI} !^/cgi-bin/koha/display/.*.pl$ |
| 246 |
RewriteRule ^/cgi-bin/koha/display/.*$ /cgi-bin/koha/display/display-home.pl [PT] |
| 241 |
RewriteRule ^/cgi-bin/koha/admin/record_sources(.*)?$ /cgi-bin/koha/admin/record_sources.pl$1 [PT] |
247 |
RewriteRule ^/cgi-bin/koha/admin/record_sources(.*)?$ /cgi-bin/koha/admin/record_sources.pl$1 [PT] |
| 242 |
RewriteCond %{QUERY_STRING} booksellerid=(.*) |
248 |
RewriteCond %{QUERY_STRING} booksellerid=(.*) |
| 243 |
RewriteRule ^/cgi-bin/koha/acqui/supplier.pl$ /cgi-bin/koha/acquisition/vendors/%1? [R] |
249 |
RewriteRule ^/cgi-bin/koha/acqui/supplier.pl$ /cgi-bin/koha/acquisition/vendors/%1? [R] |
| 244 |
- |
|
|