mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
updated kill cache settings
This commit is contained in:
parent
8f9aee12a6
commit
15cfabef45
1 changed files with 10 additions and 0 deletions
10
.htaccess
10
.htaccess
|
|
@ -0,0 +1,10 @@
|
|||
#thx askapache.com
|
||||
<FilesMatch "\.(php|html|htm|js|css)$">
|
||||
FileETag None
|
||||
<IfModule mod_headers.c>
|
||||
Header unset ETag
|
||||
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
|
||||
Header set Pragma "no-cache"
|
||||
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
Loading…
Reference in a new issue