Author: sebb
Date: Mon Nov 27 15:23:50 2023
New Revision: 1084818

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:23:50 2023
@@ -10,6 +10,8 @@ Redirect 302 /proper/commons-validator/s
 
 # 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