Author: ebourg
Date: Sun Dec 27 21:40:54 2015
New Revision: 976517

Log:
Redirection for the previous JEXL API documentations


Removed:
    websites/production/commons/content/proper/commons-jexl/.htaccess
Modified:
    websites/production/commons/content/.htaccess

Modified: websites/production/commons/content/.htaccess
==============================================================================
--- websites/production/commons/content/.htaccess (original)
+++ websites/production/commons/content/.htaccess Sun Dec 27 21:40:54 2015
@@ -93,3 +93,6 @@ 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
+
+Redirect /proper/commons-jexl/apidocs-1.1 
/proper/commons-jexl/javadocs/apidocs-1.1
+Redirect /proper/commons-jexl/apidocs-2.1 
/proper/commons-jexl/javadocs/apidocs-2.1


Reply via email to