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:54:00 UTC

svn commit: r825309 - /websites/production/logging/content/chainsaw/.htaccess

Author: grobmeier
Date: Tue Jul 10 18:54:00 2012
New Revision: 825309

Log:
rewrite for chainsaw root

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

Added: websites/production/logging/content/chainsaw/.htaccess
==============================================================================
--- websites/production/logging/content/chainsaw/.htaccess (added)
+++ websites/production/logging/content/chainsaw/.htaccess Tue Jul 10 18:54:00 2012
@@ -0,0 +1,4 @@
+RewriteEngine on
+RewriteCond %{REQUEST_URI} !^/chainsaw/chainsaw_20060302.*$
+RewriteRule ^(.*)$ /chainsaw/chainsaw_20060302/$1
+

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