]> _ Git - fluidbook-toolbox.git/commitdiff
fix #3542 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Apr 2020 12:38:13 +0000 (14:38 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Apr 2020 12:38:13 +0000 (14:38 +0200)
public/.htaccess

index 58d518e5e48281b8cb3f39456aaf55fa0c2cbee9..ab989af585e5daa3c5d25e4c4ad19750b7d9c3b5 100644 (file)
@@ -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} (.+)/$