Author: grobmeier Date: Tue Jul 10 18:24:24 2012 New Revision: 825293 Log: try to fix 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:24:24 2012 @@ -1,2 +1,3 @@ RewriteEngine on -RewriteRule ^(.+)$ 2.x/$1 +RewriteCond %{HTTP_HOST} ^(www.)?logging.apache.org/log4php$ +RewriteRule ^(.*)$ 2.x/$1