View | Details | Raw Unified | Return to bug 40993
Collapse All | Expand All

(-)a/debian/templates/apache-shared-intranet.conf (-2 / +1 lines)
Lines 15-21 ScriptAlias /search "/usr/share/koha/intranet/cgi-bin/catalogue/search.pl" Link Here
15
RewriteEngine on
15
RewriteEngine on
16
RewriteRule ^/cgi-bin/koha/(C4|debian|docs|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
# Do not allow hitting value_builder pages directly
17
# Do not allow hitting value_builder pages directly
18
RewriteRule ^/cgi-bin/koha/cataloguing/value_builder/ /cgi-bin/koha/errors/403.pl [PT]
18
RewriteRule ^/cgi-bin/koha/cataloguing/value_builder/ /cgi-bin/koha/errors/403.pl [L,PT]
19
19
20
RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/catalogue/detail.pl?biblionumber=$1 [PT]
20
RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/catalogue/detail.pl?biblionumber=$1 [PT]
21
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]
21
RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]
22
- 

Return to bug 40993