diff options
author | matthew <matthew> | 2007-09-19 19:12:58 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-09-19 19:12:58 +0000 |
commit | 926c006336d391f0a3f4eaa9f6b7c1ba7e0e16b9 (patch) | |
tree | 0685aa95f961c133306f93c250b3f2439e87f761 | |
parent | 3ebc9c5510d5d05a2ead89f2dd7564468599c1da (diff) |
Missing lat/lon bits.
-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 a76a15721..3773b63c6 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.26 2007-09-18 11:17:24 matthew Exp $ +# $Id: httpd.conf,v 1.27 2007-09-19 19:12:58 matthew Exp $ DirectoryIndex index.cgi @@ -48,7 +48,7 @@ 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/l/([0-9.-]+)[,/]([0-9.-]+)$ /rss.cgi?type=local_problems;lat=$1;lon=$2 [QSA] RewriteRule ^/rss/([0-9]+)[,/]([0-9]+)/([0-9]+)$ /rss.cgi?type=local_problems;x=$1;y=$2;d=$3 [QSA] -RewriteRule ^/rss/l/([0-9]+)[,/]([0-9]+)/([0-9]+)$ /rss.cgi?type=local_problems;lat=$1;lon=$2;d=$3 [QSA] +RewriteRule ^/rss/l/([0-9.-]+)[,/]([0-9.-]+)/([0-9]+)$ /rss.cgi?type=local_problems;lat=$1;lon=$2;d=$3 [QSA] RewriteRule ^/rss/problems$ /rss.cgi?type=new_problems [QSA] # RSS feeds for voting areas |