change rule in .htaccess and fix link for asset
This commit is contained in:
@@ -5,5 +5,8 @@ AddDefaultCharset UTF-8
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
|
||||
RewriteRule ^admin(/.*)?$ index_dev.php/admin/$1 [L,QSA]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user