]> git.deb.at Git - deb/packages.git/commitdiff
apache.conf: Some more URIs need to be handled dynamically
authorFrank Lichtenheld <frank@lichtenheld.de>
Tue, 5 Feb 2008 19:20:27 +0000 (20:20 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 5 Feb 2008 19:20:27 +0000 (20:20 +0100)
We want to handle <suite>/{perl,python} and <suite>/{perl,python}/
separatly (until I find a good possibility to use different URLs for
those)

conf/apache.conf.sed.in

index 5ed7453f90da1c1a23357877b9a6825017c15347..e6cc7f6e0a2c8068c2b947e88b7d7ae80e02d854 100644 (file)
    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]