I am trying to update a page on my site here and somethign is caching this stupid page and will not let it go.
I've added this to my page:
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
// always modified
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
// HTTP/1.1
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
// HTTP/1.0
header("Pragma: no-cache");
and I've deleted my temporary internet files, but for some reason, I can not get the new info to show up on this bastage.
I'm using IE 6.0 and the server is on my local machine here (win xp pro with IIS 5.0)...any ideas????
this is driving me nuts.
also tried ctrl-refresh...still same damn page.
weird caching going on here
Moderator: General Moderators