From fe91d8693380c9cd73179eda57cd477ec241174a Mon Sep 17 00:00:00 2001 From: ChadStrat Date: Tue, 20 May 2014 09:22:15 -0400 Subject: [PATCH] Update .htaccess for video files added video file types and .jpeg --- .htaccess | 7 +++++++ 1 file changed, 7 insertions(+) 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]