X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=conf%2Fapache.conf.sed.in;h=c9c302226d38896f384931e11dbcb5b816cbb9d9;hb=10253a9c867f3036137ef5ed5379da930ef04c20;hp=2a8d768d1b918f04cc5223b111f21c415515954e;hpb=c33e0d011c6d9c6a9cc276a6212b2c37b6d1a538;p=deb%2Fpackages.git diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index 2a8d768..c9c3022 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -127,6 +127,7 @@ 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]