|
Lines 13-19
ScriptAlias /search "/usr/share/koha/intranet/cgi-bin/catalogue/search.pl"
Link Here
|
| 13 |
|
13 |
|
| 14 |
# Protect dev package install |
14 |
# Protect dev package install |
| 15 |
RewriteEngine on |
15 |
RewriteEngine on |
| 16 |
RewriteRule ^/cgi-bin/koha/(C4|debian|etc|installer/data|install_misc|Koha|misc|selenium|t|test|tmp|xt)/|\.PL$ /notfound [PT] |
16 |
RewriteRule ^/cgi-bin/koha/(C4|debian|docs|etc|installer/data|install_misc|Koha|misc|selenium|t|test|tmp|xt)/|\.PL$ /notfound [PT] |
| 17 |
|
17 |
|
| 18 |
RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/catalogue/detail.pl?biblionumber=$1 [PT] |
18 |
RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/catalogue/detail.pl?biblionumber=$1 [PT] |
| 19 |
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT] |
19 |
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT] |
| 20 |
- |
|
|