X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=conf%2Fapache.conf.sed.in;h=7327825ce8558c05fc2df7aacc078a7a0e64a9ee;hb=259b50024689309869a7076d232c34cdd3b2af38;hp=953e507dc1cbc374866ed5ad37ddb9664e4e183b;hpb=cc64e538174791c4999696bb47fd1bdc585384f0;p=deb%2Fpackages.git diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index 953e507..7327825 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -113,13 +113,17 @@ RewriteRule ^/[^/]+\.css - [L] RewriteRule ^/[^/]+\.js - [L] RewriteRule ^/favicon.ico$ - [L] + RewriteRule ^/robots.txt$ - [L] RewriteRule ^/$ http://www.debian.org/distrib/packages # RewriteRule ^/$ /index.html [L] - 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 ^/([^/+]*)([+])([^/]*)$ "/$1%%{%}2B$3" [N] + RewriteRule ^/changelog:(.+)$ http://%SITE%/changelogs/${changelog-url:$1} [R,L,NE] + RewriteRule ^/src:([^/]+)$ http://%SITE%/search?searchon=sourcenames&keywords=$1 [R,L,NE] + RewriteRule ^/file:(.+)$ http://%SITE%/search?searchon=contents&keywords=$1 [R,L,NE] + RewriteCond %{REQUEST_URI} !^/search$ [OR] + RewriteCond %{QUERY_STRING} ^$ + RewriteRule ^/([^/]+)$ http://%SITE%/search?keywords=$1 [R,L,NE] RewriteCond %{QUERY_STRING} ="" RewriteCond %TOPDIR%/www%{REQUEST_FILENAME} -f [OR]