mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update .htaccess
This commit is contained in:
@@ -6,13 +6,17 @@ ErrorDocument 404 /404.php
|
|||||||
Header set Cache-Control "max-age=31536000, public"
|
Header set Cache-Control "max-age=31536000, public"
|
||||||
</filesMatch>
|
</filesMatch>
|
||||||
#MONTH
|
#MONTH
|
||||||
<filesMatch "\.(css|html)$">
|
<filesMatch "\.(css)$">
|
||||||
Header set Cache-Control "max-age=2678400, public"
|
Header set Cache-Control "max-age=2678400, public"
|
||||||
</filesMatch>
|
</filesMatch>
|
||||||
#WEEK
|
#WEEK
|
||||||
<filesMatch "\.(js|php)$">
|
<filesMatch "\.(js)$">
|
||||||
Header set Cache-Control "max-age=604800, public"
|
Header set Cache-Control "max-age=604800, public"
|
||||||
</filesMatch>
|
</filesMatch>
|
||||||
|
#DAY
|
||||||
|
<filesMatch "\.(php)$">
|
||||||
|
Header set Cache-Control "max-age=86400, public"
|
||||||
|
</filesMatch>
|
||||||
#creator.js
|
#creator.js
|
||||||
<files creator.js>
|
<files creator.js>
|
||||||
Header set Cache-Control "max-age=60, public"
|
Header set Cache-Control "max-age=60, public"
|
||||||
|
Reference in New Issue
Block a user