mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
10 lines
No EOL
295 B
ApacheConf
10 lines
No EOL
295 B
ApacheConf
#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> |