.htaccess 97 Bytes
Newer Older
Motohisa Nakano committed
1 2 3 4
<Files ~ "\.(js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>