Update .htaccess

This commit is contained in:
Kyle
2020-12-23 11:19:38 -08:00
parent baf89d2ed2
commit d79187db9f

View File

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