diff options
author | matthew <matthew> | 2008-10-11 13:03:51 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-10-11 13:03:51 +0000 |
commit | 22b197baf87c8e068f245eecce72f8ee09ccfe78 (patch) | |
tree | d9af6a9a4763c5194150e6da16b2aa3fb8557aac | |
parent | 4acf5fe89c45c56814b242cb53ec9103a216cfd3 (diff) |
Fix permalink from admin interface in HFYMP; few rewrites.
-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 38b41229d..a55c49054 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.35 2008-10-09 14:20:53 matthew Exp $ +# $Id: httpd.conf,v 1.36 2008-10-11 13:03:51 matthew Exp $ DirectoryIndex index.cgi @@ -68,6 +68,7 @@ RewriteRule ^/{/rss/(.*)}$ /rss/$1 [R=permanent] RewriteRule ^/reports/{/rss/(.*)}$ /rss/$1 [R=permanent] RewriteRule ^/report/([0-9]+)$ /index.cgi?id=$1 [QSA] +RewriteRule ^/report/([0-9]+) /report/$1 [R] RewriteRule ^/alerts/?$ /alert [R=permanent] ProxyPass /tilma/ http://tilma.mysociety.org/ |