From: Vincent Vanwaelscappel Date: Wed, 1 Apr 2020 12:38:13 +0000 (+0200) Subject: fix #3542 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d82c571e706e3d38bd7cc209035eed068d14e0a7;p=fluidbook-toolbox.git fix #3542 @0:05 --- 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} (.+)/$