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:56:44 UTC

svn commit: r825311 - /websites/production/logging/content/log4cxx/.htaccess

Author: grobmeier
Date: Tue Jul 10 18:56:44 2012
New Revision: 825311

Log:
rewrite for log4cxx

Added:
    websites/production/logging/content/log4cxx/.htaccess   (with props)

Added: websites/production/logging/content/log4cxx/.htaccess
==============================================================================
--- websites/production/logging/content/log4cxx/.htaccess (added)
+++ websites/production/logging/content/log4cxx/.htaccess Tue Jul 10 18:56:44 2012
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteCond %{REQUEST_URI} !^/log4cxx/log4cxx-0.11.0-SNAPSHOT.*$
+RewriteRule ^(.*)$ /log4cxx/log4cxx-0.11.0-SNAPSHOT/$1

Propchange: websites/production/logging/content/log4cxx/.htaccess
------------------------------------------------------------------------------
    svn:eol-style = native