diff options
author | matthew <matthew> | 2007-05-18 19:09:35 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-18 19:09:35 +0000 |
commit | 7cb7eec9f062e8f33c9b8a1388155ce5d3364d90 (patch) | |
tree | 1e74095e664f6614ca56414bde9ec764e2b6638a | |
parent | ef1daa13b5fa6da9027696ed94bed94178f8b07f (diff) |
Try no comma.
-rw-r--r-- | conf/httpd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index 6fb5d2adc..46f0f0ffb 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.14 2007-05-18 19:04:59 matthew Exp $ +# $Id: httpd.conf,v 1.15 2007-05-18 19:09:35 matthew Exp $ DirectoryIndex index.cgi @@ -36,6 +36,7 @@ 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]+),([0-9]+)$ /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]+)$ /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/problems$ /rss.cgi?type=new_problems [QSA] |