]> git.deb.at Git - deb/packages.git/blobdiff - conf/apache.conf.sed.in
apache.conf: Add file: search shortcut
[deb/packages.git] / conf / apache.conf.sed.in
index 2a8d768d1b918f04cc5223b111f21c415515954e..c9c302226d38896f384931e11dbcb5b816cbb9d9 100644 (file)
    RewriteRule ^/([^/+]*)([+])([^/]*)$ "/$1%%{%}2B$3" [N]
    RewriteRule ^/changelog:(.+)$  http://%SITE%/changelogs/${changelog-url:$1} [R,L,NE]
    RewriteRule ^/src:([^/]+)$ /source/$1 [R,L,NE]
+   RewriteRule ^/file:(.+)$ http://%SITE%/search?searchon=contents&keywords=$1 [R,L,NE]
 
    RewriteRule ^/(.+)$ /cgi-bin/dispatcher.pl/$1 [L,PT]