aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/httpd.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf
index 92c04e9d5..89da921ca 100644
--- a/conf/httpd.conf
+++ b/conf/httpd.conf
@@ -102,7 +102,6 @@ RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f
RewriteRule /(.+) /$1 [L]
# Explicitly capture all cgi files so that we can remove them one by one
-RewriteRule /about(.*) /about.cgi$1 [L]
RewriteRule /ajax(.*) /ajax.cgi$1 [L]
RewriteRule /alert(.*) /alert.cgi$1 [L]
RewriteRule /confirm(.*) /confirm.cgi$1 [L]