X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=conf%2Fapache.conf.sed.in;h=fff631f5e4da0452f20913ae6ff37cd41fcdcad8;hb=e594b1fe3f88069be790f9954e66219f9ae5ae97;hp=8cfd8070c9e0fd8681624507829a7321d3df301c;hpb=c23b6c0961fff9cabeb4a072e911f7c1c983ad7e;p=deb%2Fpackages.git diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index 8cfd807..fff631f 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -122,8 +122,7 @@ RewriteCond %{QUERY_STRING} ="" RewriteCond %TOPDIR%/www%{REQUEST_FILENAME} -f [OR] RewriteCond %TOPDIR%/www%{REQUEST_FILENAME}.en.html -f [OR] - RewriteCond %TOPDIR%/www%{REQUEST_FILENAME} -l [OR] - RewriteCond %TOPDIR%/www%{REQUEST_FILENAME} -d + RewriteCond %TOPDIR%/www%{REQUEST_FILENAME} -l RewriteRule . - [L] RewriteRule ^/(.+)$ /cgi-bin/dispatcher.pl/$1 [L,PT]