From 8ac761146da9fd41eae8d6a640e0549a49550575 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 17 Dec 2020 09:49:03 -0800 Subject: [PATCH] Create .htaccess --- .htaccess | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .htaccess 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