aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@fury.ukcod.org.uk>2011-06-08 15:21:47 +0100
committerStruan Donald <struan@fury.ukcod.org.uk>2011-06-08 15:21:47 +0100
commit636f8ac863d45d4db56543313b4fac01703ff713 (patch)
tree6b3f986fa1afa4cd6b21998a72ae8a5f2191629a
parent614abaa627d3f9dfe14efcb994cdcfc0146a623d (diff)
remove unneeded redirect
-rw-r--r--conf/httpd.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf
index 4e8d8db3a..c8d6a6c0c 100644
--- a/conf/httpd.conf
+++ b/conf/httpd.conf
@@ -43,11 +43,6 @@ RewriteEngine on
# RewriteLog /var/log/apache2/rewrite.log
# RewriteLogLevel 3
-# End slashes goodbye
-RewriteRule ^/admin/ - [L]
-RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
-RewriteRule ^(.+)/$ $1 [R=permanent]
-
# Confirmation tokens
# RewriteRule ^/[Aa]/([0-9A-Za-z]{16,18}).*$ /alert.cgi?token=$1 [QSA,L]
# RewriteRule ^/[Cc]/([0-9A-Za-z]{16,18}).*$ /confirm.cgi?type=update;token=$1 [QSA,L]