From 665ab36641fab30a1dad864459890f6c12defabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1sztor=20G=C3=A1bor?= Date: Mon, 18 Jan 2016 10:38:51 +0100 Subject: [PATCH] Add extra file types --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) 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]