diff --git a/.htaccess b/.htaccess index 79c00b2..51c534c 100644 --- a/.htaccess +++ b/.htaccess @@ -89,7 +89,7 @@ Options -Indexes +FollowSymLinks Header set X-UA-Compatible "IE=edge" # `mod_headers` cannot match based on the content-type, however, this # header should be send only for HTML pages and not for the other resources - + Header unset X-UA-Compatible @@ -217,7 +217,7 @@ AddDefaultCharset utf-8 ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" - ExpiresByType image/webp "access plus 1 month" + ExpiresByType image/webp "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/ogg "access plus 1 month" ExpiresByType video/webm "access plus 1 month"