]> git.deb.at Git - deb/packages.git/blobdiff - conf/apache.conf.sed.in
apache.conf: Some more URIs need to be handled dynamically
[deb/packages.git] / 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]