diff --git a/.htaccess b/.htaccess index 29072784..3b4fb291 100644 --- a/.htaccess +++ b/.htaccess @@ -10,15 +10,15 @@ ErrorDocument 404 /404.php 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 + + #HOUR - Header set Cache-Control "max-age=60, public" + Header set Cache-Control "max-age=3600, public" \ No newline at end of file