From 6277334d6fdc0a205ade0c521b3d1cf35e5ed83c Mon Sep 17 00:00:00 2001
From: Kyle <41976328+ImKyle4815@users.noreply.github.com>
Date: Wed, 16 Dec 2020 20:58:58 -0800
Subject: [PATCH] Update .htaccess
---
.htaccess | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 7f70fff8..8da42bc8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1 +1,13 @@
-ErrorDocument 404 https://cardconjurer.com/404.php
\ No newline at end of file
+ErrorDocument 404 https://cardconjurer.com/404.php
+
+
+Header set Cache-Control "max-age=31536000, public"
+
+
+
+Header set Cache-Control "max-age=604800, public"
+
+
+
+Header set Cache-Control "max-age=86400, public"
+
\ No newline at end of file