Author: grobmeier
Date: Tue Jul 10 18:27:23 2012
New Revision: 825295

Log:
try to fix with improved condition

Modified:
    websites/production/logging/content/log4php/.htaccess

Modified: websites/production/logging/content/log4php/.htaccess
==============================================================================
--- websites/production/logging/content/log4php/.htaccess (original)
+++ websites/production/logging/content/log4php/.htaccess Tue Jul 10 18:27:23 
2012
@@ -1,3 +1,3 @@
 RewriteEngine on
-RewriteCond %{HTTP_HOST} ^(www.)?logging.apache.org/log4php$
-RewriteRule ^(.*)$ 2.x/$1
+RewriteCond %{HTTP_HOST} ^/log4php$
+RewriteRule (.*) /log4php/2.x/$1


Reply via email to