The following commit has been merged in the master branch:
commit 35769706d5a72aca1e9687784229fbd4d0bf3b39
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Feb 5 20:20:27 2008 +0100
apache.conf: Some more URIs need to be handled dynamically
We want to handle <suite>/{perl,python} and <suite>/{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]
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]