kkids2.net

supported by kkids

20241027

   . htaccess  
   # 全てのファイルのキャッシュを無効化
<IfModule mod_headers.c>
<FilesMatch ".*">
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1999 00:00:00 GMT"
</FilesMatch>
</IfModule>