diff options
-rw-r--r-- | conf/httpd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index 34be0de79..9750743f1 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.29 2008-01-25 17:02:25 matthew Exp $ +# $Id: httpd.conf,v 1.30 2008-04-14 12:14:44 matthew Exp $ DirectoryIndex index.cgi @@ -78,3 +78,5 @@ RewriteRule /(.+).cgi /down.html [R] RewriteCond %{DOCUMENT_ROOT}/down.html !-s RewriteRule /down.html / [R] +# S. Cambs +RewriteRule ^/images/southcambridgeshiredistrictcouncil/icons/internet/print.gif$ http://www.scambs.gov.uk/images/southcambridgeshiredistrictcouncil/icons/internet/print.gif [R=permanent] |