Quote:
Originally Posted by ozzy47
Have you tried with a empty .htaccess file?
|
Thx, this must be the cause..
I have several caching rules in .htaccess
And issue is within these 2:
# 30 DAYS
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=2592000, public"
</FilesMatch>
# 2 HOURS
<filesMatch ".(php)$">
Header set Cache-Control "max-age=7200, must-revalidate"
</FilesMatch>
Pls anyone have idea what is wrong in them?