Update .htaccess

This commit is contained in:
Giuseppe Criscione 2018-10-19 21:00:30 +02:00
parent ab1d7b6bc8
commit 9b0408a6bb

View File

@ -13,7 +13,7 @@ AddDefaultCharset UTF-8
RewriteRule ^(LICENSE|composer\.lock|\.gitignore|\.php_cs|nginx.conf)/?$ index.php [L]
RewriteRule ^admin/(accounts|languages|logs|schemes|src|views)/.* admin/index.php [L]
RewriteRule ^admin/gulpfile\.js/?$ admin/index.php [L]
RewriteRule ^admin/(\.eslintrc|gulpfile\.js)/?$ admin/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^admin/.* admin/index.php [L]