diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..8c0722c5 --- /dev/null +++ b/.htaccess @@ -0,0 +1,16 @@ +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