diff --git a/.htaccess b/.htaccess index 7f70fff8..1a8cbfef 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,16 @@ -ErrorDocument 404 https://cardconjurer.com/404.php \ No newline at end of file +ErrorDocument 404 https://cardconjurer.com/404.php + + + #YEAR + + 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" + + \ No newline at end of file