diff --git a/.htaccess b/.htaccess index aa7dff6a..29072784 100644 --- a/.htaccess +++ b/.htaccess @@ -6,13 +6,17 @@ ErrorDocument 404 /404.php Header set Cache-Control "max-age=31536000, public" #MONTH - + Header set Cache-Control "max-age=2678400, public" #WEEK - + Header set Cache-Control "max-age=604800, public" + #DAY + + Header set Cache-Control "max-age=86400, public" + #creator.js Header set Cache-Control "max-age=60, public"