Skip to content

Commit 7d63acb

Browse files
committed
Update htaccess
1 parent a796283 commit 7d63acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ RewriteEngine On
33

44
RewriteCond %{REQUEST_FILENAME} !-f
55
RewriteCond %{REQUEST_FILENAME} !-d
6-
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]
6+
RewriteRule . index.php [L,QSA]

0 commit comments

Comments
 (0)