diff options
author | matthew <matthew> | 2007-05-18 19:04:59 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-18 19:04:59 +0000 |
commit | ef1daa13b5fa6da9027696ed94bed94178f8b07f (patch) | |
tree | 0d49eea78583ceffd8328d8b54d3120c5ae55326 | |
parent | 37d086ae98adf89f85ffd73521a38e8d8ed3b4a7 (diff) |
No effect of last two.
-rw-r--r-- | conf/httpd.conf | 6 |
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] |