Hi, I've got a problem with the cache-control, wich already specificed on my header:
<meta http-equiv="cache-control" content="no-store" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Sat, 03 Jan 2015 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
But the "suggest" from this tool about to "set expire date cache", and then show me a list of assests, still appearing when a I run de test.
The site to test is:
http://www.viniterra.com.ar/betaAny Idea?
Thanks.