aboutsummaryrefslogtreecommitdiffstats
path: root/conf/httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/httpd.conf')
-rw-r--r--conf/httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf
index 242d7f5f0..b67f00206 100644
--- a/conf/httpd.conf
+++ b/conf/httpd.conf
@@ -20,7 +20,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org
#
-# $Id: httpd.conf,v 1.7 2007-01-26 01:05:35 matthew Exp $
+# $Id: httpd.conf,v 1.8 2007-02-02 12:23:07 matthew Exp $
DirectoryIndex index.cgi
@@ -46,7 +46,7 @@ RewriteRule /(.+) /$1.cgi [PT]
# Make a file down.html in the DocumentRoot bring down the whole site and
# display itself.
RewriteCond %{DOCUMENT_ROOT}/down.html -s
-RewriteRule /(.+).php /down.html [R]
+RewriteRule /(.+).cgi /down.html [R]
RewriteCond %{DOCUMENT_ROOT}/down.html !-s
RewriteRule /down.html / [R]