aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/httpd.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf
index e0181ee94..6fb5d2adc 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.13 2007-05-18 18:55:34 matthew Exp $
+# $Id: httpd.conf,v 1.14 2007-05-18 19:04:59 matthew Exp $
DirectoryIndex index.cgi
@@ -34,13 +34,9 @@ RewriteRule ^/[Pp]/([0-9A-Za-z]{16}).*$ /confirm.cgi?type=problem;token=$1
RewriteRule ^/[Qq]/([0-9A-Za-z]{16}).*$ /questionnaire.cgi?token=$1
RewriteRule ^/rss/([0-9]+)$ /rss.cgi?type=new_updates;id=$1 [QSA]
-RewriteRule ^/rss/([0-9]+).xml$ /rss.cgi?type=new_updates;id=$1 [QSA]
RewriteRule ^/rss/([0-9]+),([0-9]+)$ /rss.cgi?type=local_problems;x=$1;y=$2 [QSA]
-RewriteRule ^/rss/([0-9]+),([0-9]+).xml$ /rss.cgi?type=local_problems;x=$1;y=$2 [QSA]
RewriteRule ^/rss/([0-9]+),([0-9]+)/([0-9]+)$ /rss.cgi?type=local_problems;x=$1;y=$2;d=$3 [QSA]
-RewriteRule ^/rss/([0-9]+),([0-9]+)/([0-9]+).xml$ /rss.cgi?type=local_problems;x=$1;y=$2;d=$3 [QSA]
RewriteRule ^/rss/council/([0-9]+)$ /rss.cgi?type=council_problems;id=$1 [QSA]
-RewriteRule ^/rss/council/([0-9]+).xml$ /rss.cgi?type=council_problems;id=$1 [QSA]
RewriteRule ^/rss/problems$ /rss.cgi?type=new_problems [QSA]
RewriteRule ^/report/([0-9]+)$ /?id=$1 [QSA]