Add extra file types

This commit is contained in:
Pásztor Gábor 2016-01-18 10:38:51 +01:00
parent 94cbe93e8c
commit 665ab36641
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@
RewriteCond %{REQUEST_URI} !\.mpeg
RewriteCond %{REQUEST_URI} !\.webm
RewriteCond %{REQUEST_URI} !\.mkv
RewriteCond %{REQUEST_URI} !\.rar
RewriteCond %{REQUEST_URI} !\.zip
RewriteCond %{REQUEST_URI} !docs/.*
RewriteCond %{REQUEST_URI} !themes/.*
RewriteRule ^ index.php [L,NC]