diff --git a/Changelog b/Changelog index e56ab8190..1a65d924f 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2017-08-02 DariusIII + * Chg: Update rewrite rule for admin in .htaccess 2017-08-01 DariusIII * Chg: Use strict comparison in Binaries class * Chg: Use self:: reference in commaSeparatedList function diff --git a/public/.htaccess b/public/.htaccess index d2805dda2..a88875de3 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -5,7 +5,7 @@ RewriteEngine on RewriteRule \.(css|eot|gif|gz|ico|inc|jpe?g|js|ogg|png|svg|ttf|txt|woff|woff2|xml)$ - [L] # Leave /admin and /install static -RewriteRule ^(admin|install).*$ - [L] +RewriteRule ^(admin|install)($|/) - [L] # Rewrite web pages to one master page RewriteRule ^([^/\.]+)/?$ index.php?page=$1 [QSA,L]