diff options
-rw-r--r-- | conf/httpd.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index d2902e4cd..1a090226b 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -105,13 +105,12 @@ RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f RewriteRule /(.+) /$1 [L] # Explicitly capture all cgi files so that we can remove them one by one -RewriteRule ^/alert(.*) /alert.cgi$1 [L] -RewriteRule ^/confirm(.*) /confirm.cgi$1 [L] -RewriteRule ^/contact(.*) /contact.cgi$1 [L] +# RewriteRule ^/confirm(.*) /confirm.cgi$1 [L] +# RewriteRule ^/contact(.*) /contact.cgi$1 [L] RewriteRule ^/flickr(.*) /flickr.cgi$1 [L] RewriteRule ^/fun(.*) /fun.cgi$1 [L] RewriteRule ^/json(.*) /json.cgi$1 [L] -RewriteRule ^/photo(.*) /photo.cgi$1 [L] +# RewriteRule ^/photo(.*) /photo.cgi$1 [L] RewriteRule ^/questionnaire(.*) /questionnaire.cgi$1 [L] # RewriteRule ^/reports(.*) /reports.cgi$1 [L] # RewriteRule ^/rss(.*) /rss.cgi$1 [L] |