From 35769706d5a72aca1e9687784229fbd4d0bf3b39 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 5 Feb 2008 20:20:27 +0100 Subject: [PATCH] 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) --- conf/apache.conf.sed.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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] -- 2.39.2