|
Lines 227-232
Link Here
|
| 227 |
# Protect dev install |
227 |
# Protect dev install |
| 228 |
RewriteRule ^/cgi-bin/koha/(C4|debian|docs|etc|installer/data|install_misc|Koha|misc|selenium|t|test|tmp|xt)/|\.PL$ /notfound [PT] |
228 |
RewriteRule ^/cgi-bin/koha/(C4|debian|docs|etc|installer/data|install_misc|Koha|misc|selenium|t|test|tmp|xt)/|\.PL$ /notfound [PT] |
| 229 |
|
229 |
|
|
|
230 |
# Block direct access to value_builder scripts |
| 231 |
RewriteRule ^/cgi-bin/koha/cataloguing/value_builder/ /cgi-bin/koha/errors/403.pl [L,PT] |
| 232 |
|
| 230 |
RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/catalogue/detail.pl?biblionumber=$1 [PT] |
233 |
RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/catalogue/detail.pl?biblionumber=$1 [PT] |
| 231 |
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT] |
234 |
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT] |
| 232 |
RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT] |
235 |
RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT] |
| 233 |
- |
|
|