Update .htaccess

This commit is contained in:
Kyle
2020-12-23 11:18:25 -08:00
parent 1eb5c2979e
commit bb3f8d2d37

View File

@@ -13,10 +13,6 @@ ErrorDocument 404 /404.php
<filesMatch "\.(js|php)$">
Header set Cache-Control "max-age=604800, public"
</filesMatch>
#DAY
<files header.php>
Header set Cache-Control "max-age=86400, public"
</files>
#HOUR
<files creator.js>
Header set Cache-Control "max-age=3600, public"