2014-08-30, 03:53:50
(2014-08-29, 23:27:16)mvlcek Wrote: [quote='dcagigas' pid='47338' dateline='1409252169']
You definitely have a caching issue, although it seems to have improved in the last minutes. The The "Expires" header seems to be fine now, but still there is a "Cache-Control: max-age=604800" entry in the header.
Thank's for the rapid answer.
That's what I suspected but not 100% sure.
I modified the root 'htaccess' file and added at the end (in bold):
<FilesMatch "\.(php|html|html)$">
<IfModule mod_expires.c>
ExpiresActive Off
</IfModule>
<IfModule mod_headers.c>
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform, max-age=0"
</IfModule>
</FilesMatch>
Now 'Request Headers' show 0, but the problem persist. Maybe because 'Response Headers' still say 'Cache-Control:max-age=604800'.
Is there anything else that it can be done before contacting my system admins?
Regards,
Daniel