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:28:42 UTC

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

Author: grobmeier
Date: Tue Jul 10 18:28:42 2012
New Revision: 825297

Log:
use request uri instead of http host

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:28:42 2012
@@ -1,3 +1,3 @@
 RewriteEngine on
-RewriteCond %{HTTP_HOST} ^/log4php$
+RewriteCond %{REQUEST_URI} ^/log4php$
 RewriteRule (.*) /log4php/2.x/$1