From 7bea8bd5f7915081c699bce2346394b898f0cc8f Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sun, 20 Dec 2020 12:57:33 -0800 Subject: [PATCH] Update .htaccess --- .htaccess | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"