Update htaccess
This commit is contained in:
parent
a7962839d0
commit
7d63acbf61
@ -3,4 +3,4 @@ RewriteEngine On
|
|||||||
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteRule !\.(gif|jpg|png|css|js|html|ico|zip|rar|pdf|xml|mp4|mpg|flv|swf|mkv|ogg|avi|woff|svg|eot|ttf|jar)$ index.php [L,QSA]
|
RewriteRule . index.php [L,QSA]
|
||||||
|
Loading…
Reference in New Issue
Block a user