diff options
-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 399e9f1e2..7215fde92 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.22 2007-08-23 11:58:06 matthew Exp $ +# $Id: httpd.conf,v 1.23 2007-08-23 12:09:44 matthew Exp $ DirectoryIndex index.cgi @@ -28,7 +28,7 @@ RewriteEngine on #RewriteLog /var/log/apache/rewrite.log #RewriteLogLevel 3 -RewriteRule ^admin/ - [L] +RewriteRule ^/admin/ - [L] RewriteRule ^(.+)/$ $1 [R=permanent] RewriteRule ^/[Aa]/([0-9A-Za-z]{16}).*$ /alert.cgi?token=$1 |