You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2012/07/10 20:27:23 UTC

svn commit: r825295 - /websites/production/logging/content/log4php/.htaccess

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