Update htaccess

This commit is contained in:
Stéphane Goetz 2015-07-19 12:41:04 +02:00
parent a7962839d0
commit 7d63acbf61
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
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]