Update .htaccess

This commit is contained in:
Kyle
2021-09-27 16:38:46 -07:00
parent 0a47fce7fa
commit 79fde53d8d

View File

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