From 0aff085b3b0b1323b6fd4d1cdf3f2b682f4b2d94 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 20 May 2011 09:06:25 +0100 Subject: comment out ported bits --- conf/httpd.conf | 7 +++---- 1 file 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] -- cgit v1.2.3