You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2014/03/19 13:50:37 UTC

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

Author: ebourg
Date: Wed Mar 19 12:50:37 2014
New Revision: 902329

Log:
Experiment with mod_rewrite based redirections

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

Modified: websites/production/commons/content/.htaccess
==============================================================================
--- websites/production/commons/content/.htaccess (original)
+++ websites/production/commons/content/.htaccess Wed Mar 19 12:50:37 2014
@@ -77,4 +77,7 @@ Redirect /sandbox/weaver /proper/commons
 
 #javadocs generic redirect a pattern was to use api-release/ or apix.x.x.
 #RedirectMatch /proper/commons-(.*)/api-release(.*) http://commons.apache.org/proper/commons-$1/javadocs/api-release/$2
-#RedirectMatch /proper/commons-(.*)/api-(.*)/(.*) http://commons.apache.org/proper/commons-$1/javadocs/api-$2/$3
\ No newline at end of file
+#RedirectMatch /proper/commons-(.*)/api-(.*)/(.*) http://commons.apache.org/proper/commons-$1/javadocs/api-$2/$3
+
+RewriteEngine on
+RewriteRule ^/?nabla/(.*)  /sandbox/commons-nabla/$1