diff options
-rw-r--r-- | conf/httpd.conf | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index 74e32ce65..de7fc0668 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.37 2008-10-14 09:35:38 francis Exp $ +# $Id: httpd.conf,v 1.38 2008-10-15 15:42:29 keith Exp $ DirectoryIndex index.cgi @@ -76,14 +76,7 @@ ProxyPassReverse /tilma/ http://tilma.mysociety.org/ # CGI files can be referred without CGI RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}.cgi -f -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 /(.+).cgi /down.html [R] -RewriteCond %{DOCUMENT_ROOT}/down.html !-s -RewriteRule /down.html / [R] +RewriteRule /(.+) /$1.cgi # S. Cambs RewriteRule ^/images/southcambridgeshiredistrictcouncil/icons/internet/print.gif$ http://www.scambs.gov.uk/images/southcambridgeshiredistrictcouncil/icons/internet/print.gif [R=permanent] |