Skip to content

Commit 15cfabe

Browse files
author
scottjehl
committed
updated kill cache settings
1 parent 8f9aee1 commit 15cfabe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.htaccess

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#thx askapache.com
2+
<FilesMatch "\.(php|html|htm|js|css)$">
3+
FileETag None
4+
<IfModule mod_headers.c>
5+
Header unset ETag
6+
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
7+
Header set Pragma "no-cache"
8+
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
9+
</IfModule>
10+
</FilesMatch>

0 commit comments

Comments
 (0)