From: Frank Lichtenheld Date: Tue, 5 Feb 2008 19:20:27 +0000 (+0100) Subject: apache.conf: Some more URIs need to be handled dynamically X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=35769706d5a72aca1e9687784229fbd4d0bf3b39;p=deb%2Fpackages.git apache.conf: Some more URIs need to be handled dynamically We want to handle /{perl,python} and /{perl,python}/ separatly (until I find a good possibility to use different URLs for those) --- diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index 5ed7453..e6cc7f6 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -120,8 +120,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]