Author: sebb
Date: Mon Nov 27 15:33:40 2023
New Revision: 1084819

Log:
Revert; redirect is not effective for cgi files

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:33:40 2023
@@ -8,11 +8,6 @@ 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
-# marker to show htaccess is working
-Redirect 302 /geometry/download_geometry.tmp1 
/proper/commons-geometry/download_geometry.tmp2
-
 #until all sites redeployed
 #Redirect /proper/ http://commons.apache.org/components.html
 


Reply via email to