Author: grobmeier Date: Tue Jul 10 18:52:01 2012 New Revision: 825306 Log: rewrite for log4j
Added: websites/production/logging/content/log4j/.htaccess (with props) Added: websites/production/logging/content/log4j/.htaccess ============================================================================== --- websites/production/logging/content/log4j/.htaccess (added) +++ websites/production/logging/content/log4j/.htaccess Tue Jul 10 18:52:01 2012 @@ -0,0 +1,4 @@ +RewriteEngine on +RewriteCond %{REQUEST_URI} !^/log4j/log4j-2.0-alpha1-SNAPSHOT.*$ +RewriteRule ^(.*)$ /log4j/log4j-2.0-alpha1-SNAPSHOT//$1 + Propchange: websites/production/logging/content/log4j/.htaccess ------------------------------------------------------------------------------ svn:eol-style = native