diff options
author | matthew <matthew> | 2008-05-14 11:25:41 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-14 11:25:41 +0000 |
commit | 56bb3e765278888d211b46bc27290b8bac717a18 (patch) | |
tree | 14913d7ada40be084c8b2c57e9f29c40fddffdf2 | |
parent | ba030679dd7d579eb4d60fb6171de0217c11eb49 (diff) |
Bugfix the bugfix as ever.
-rw-r--r-- | conf/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index 92696223d..aa91e20b6 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.31 2008-05-14 11:18:35 matthew Exp $ +# $Id: httpd.conf,v 1.32 2008-05-14 11:25:41 matthew Exp $ DirectoryIndex index.cgi @@ -63,7 +63,7 @@ RewriteRule ^/rss/(reports|area)/([^/]+)$ /reports.cgi?rss=$1;council= # Fix incorrect RSS urls caused by my stupidity RewriteRule ^/{/rss/(.*)}$ /rss/$1 [R=permanent] -RewriteRule ^/reports/{/rss/(.*)}$ /reports/rss/$1 [R=permanent] +RewriteRule ^/reports/{/rss/(.*)}$ /rss/$1 [R=permanent] RewriteRule ^/report/([0-9]+)$ /index.cgi?id=$1 [QSA] RewriteRule ^/alerts/?$ /alert [R=permanent] |