Author: sebb
Date: Tue Mar 14 23:31:53 2017
New Revision: 1008343

Log:
Attempt to fix CSV-186

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 14 23:31:53 2017
@@ -99,3 +99,7 @@ Redirect /primitives /dormant/commons-pr
 #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
+
+# CSV-186: try redirect (if this works, implement in base site)
+# Fix incorrect relative links from archived sites
+Redirect 302 /proper/commons-csv/archives/1.4/archives/ 
/proper/commons-csv/archives/
\ No newline at end of file


Reply via email to