Remove static admin from .htaccess

This commit is contained in:
DariusIII
2018-04-23 14:09:09 +02:00
parent 783140be40
commit 8ab4caf7b5
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-04-23 DariusIII
* Chg: Remove static admin from .htaccess
* Chg: Update BrowseController and themes browse pages
* Fix: Fix adding mgr posters
* Chg: Remove opcache statistics page from admin
-3
View File
@@ -10,9 +10,6 @@ RewriteEngine on
# Do not process images or CSS files further
RewriteRule \.(css|eot|gif|gz|ico|inc|jpe?g|js|ogg|png|svg|ttf|txt|woff|woff2|xml)$ - [L]
# Leave /admin static
RewriteRule ^(admin) - [L]
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]