You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/03/27 00:25:33 UTC

svn commit: r856069 - /websites/production/commons/content/.htaccess

Author: sebb
Date: Tue Mar 26 23:25:33 2013
New Revision: 856069

Log:
Add test of simpler redirect

Modified:
    websites/production/commons/content/.htaccess

Modified: websites/production/commons/content/.htaccess
==============================================================================
--- websites/production/commons/content/.htaccess (original)
+++ websites/production/commons/content/.htaccess Tue Mar 26 23:25:33 2013
@@ -8,6 +8,8 @@ Redirect /sandbox/index.html /sandbox.ht
 # redirect from previous path
 
 #propers
+# Try simplified redirect (temporary hack)
+Redirect /xattributes /proper/commons-attributes
 RedirectMatch ^/attributes(/.*)? /proper/commons-attributes$1
 RedirectMatch ^/bcel(/.*)? /proper/commons-bcel$1
 RedirectMatch ^/beanutils(/.*)? /proper/commons-beanutils$1