aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]