Skip to content

Commit

Permalink
Update htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Jul 20, 2015
1 parent a796283 commit 7d63acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 7d63acb

Please sign in to comment.