Revert "Update .htaccess"

This reverts commit 3b95bcbb7b.
This commit is contained in:
Kyle
2020-12-17 09:26:14 -08:00
parent bb33e81e76
commit 7f9e64e1e1

View File

@@ -1,13 +1 @@
ErrorDocument 404 https://cardconjurer.com/404.php ErrorDocument 404 https://cardconjurer.com/404.php
<filesMatch ".(svg|jpg|jpeg|png|gif|ico)$">
Header set Cache-Control "max-age=31536000, public"
</filesMatch>
<filesMatch ".(css)$">
Header set Cache-Control "max-age=604800, public"
</filesMatch>
<filesMatch ".(js|php|html)$">
Header set Cache-Control "max-age=86400, public"
</filesMatch>