diff --git a/.htaccess b/.htaccess index cfae3fa39..0850439b0 100644 --- a/.htaccess +++ b/.htaccess @@ -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]