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