# キャッシュさせない
<Files ~ "\.(html|php|jpe?g|gif|png|css|js|json)$">
Header add Pragma "no-cache"
Header set Cache-Control no-cache
</Files>
