diff --git a/.htaccess b/.htaccess index 6a0c5ef1..ba0fda88 100644 --- a/.htaccess +++ b/.htaccess @@ -30,9 +30,12 @@ DefaultType image/jpeg ExpiresActive On - ExpiresDefault "access plus 1 month" - ExpiresByType text/html "now" - ExpiresByType text/plain "now" + + Header set Cache-Control "public, max-age=2629743" + ExpiresDefault "access plus 1 month" + + #ExpiresByType text/html "now" + #ExpiresByType text/plain "now"