diff --git a/.htaccess b/.htaccess index e6daf3a..1e573a2 100644 --- a/.htaccess +++ b/.htaccess @@ -1,11 +1,28 @@ DirectoryIndex index.html +Options -Indexes AddCharset UTF-8 .html AddCharset UTF-8 .php +Header unset ETag Header add Pragma "no-cache" Header add Cache-Control "no-cache" Header unset Vary - \ No newline at end of file + + + +ExpiresActive On +ExpiresByType image/x-icon "access plus 2592000 seconds" +ExpiresByType image/gif "access plus 2592000 seconds" +ExpiresByType image/jpeg "access plus 2592000 seconds" +ExpiresByType image/png "access plus 2592000 seconds" +ExpiresByType text/css "access plus 604800 seconds" +ExpiresByType text/javascript "access plus 216000 seconds" +ExpiresByType application/x-javascript "access plus 216000 seconds" + + + +AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript +