Author: sebb
Date: Mon Nov 27 15:21:41 2023
New Revision: 1084816

Log:
Try to fix ignored cgi redirect

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

Modified: websites/production/commons/content/.htaccess
==============================================================================
--- websites/production/commons/content/.htaccess (original)
+++ websites/production/commons/content/.htaccess Mon Nov 27 15:21:41 2023
@@ -8,6 +8,9 @@ Redirect 302 /proper/commons-lang/securi
 Redirect 302 /proper/commons-math/security.html /security.html
 Redirect 302 /proper/commons-validator/security.html /security.html
 
+# Test fix for CGI issue:
+Redirect 302 /geometry/download_geometry.cgi 
/proper/commons-geometry/download_geometry.cgi
+
 #until all sites redeployed
 #Redirect /proper/ http://commons.apache.org/components.html
 


Reply via email to