From d82c571e706e3d38bd7cc209035eed068d14e0a7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 1 Apr 2020 14:38:13 +0200 Subject: [PATCH] fix #3542 @0:05 --- public/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index 58d518e5e..ab989af58 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -13,6 +13,8 @@ RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] + RewriteRule ^admin(.*)$ $1 [L,R=301] + # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ -- 2.39.5