jquery-mobile/.htaccess

10 lines
295 B
ApacheConf
Raw Normal View History

2010-11-09 23:06:44 +00:00
#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>