aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-08-23 12:09:44 +0000
committermatthew <matthew>2007-08-23 12:09:44 +0000
commit0d540c056e0e22a9411b5ea090a6b58739ae7e4d (patch)
tree5b4d6011f2b69dcad79e7fef8dcb916e61a1ef5c
parent630b2e8460a9b0c571433246f92a60bb01549995 (diff)
Fix admin interface.
-rw-r--r--conf/httpd.conf4
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