А на время разработки можно отключить, или добавить к файлам рандомный параметр.
header("Cache-Control: no-cache,no-store,max-age=0,must-revalidate");
header("Pragma: no-cache");
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGI
'char' => 255,
'tinytext' => 255,
'binary' => 255,
'varbinary' => 255,
'text' => 65535,
'blob' => 65535,
'mediumtext' => 16777215,
'mediumblob' => 16777215,
'longtext' => 4294967295,
'longblob' => 4294967295