diff --git a/.htaccess b/.htaccess index 6ac6d0e2e..ede104d63 100644 --- a/.htaccess +++ b/.htaccess @@ -24,6 +24,7 @@ RewriteCond %{REQUEST_URI} !\.js RewriteCond %{REQUEST_URI} !\.ico RewriteCond %{REQUEST_URI} !\.jpg + RewriteCond %{REQUEST_URI} !\.jpeg RewriteCond %{REQUEST_URI} !\.gif RewriteCond %{REQUEST_URI} !\.css RewriteCond %{REQUEST_URI} !\.less @@ -37,6 +38,12 @@ RewriteCond %{REQUEST_URI} !\.woff RewriteCond %{REQUEST_URI} !\.ttf RewriteCond %{REQUEST_URI} !\.svg + RewriteCond %{REQUEST_URI} !\.wmv + RewriteCond %{REQUEST_URI} !\.avi + RewriteCond %{REQUEST_URI} !\.mov + RewriteCond %{REQUEST_URI} !\.mp4 + RewriteCond %{REQUEST_URI} !\.webm + RewriteCond %{REQUEST_URI} !\.ogg RewriteCond %{REQUEST_URI} !docs/.* RewriteCond %{REQUEST_URI} !themes/.* RewriteRule ^ index.php [L,NC]