I had this kind of old/new page problem because of proxy cacheing. The failsafe
is to send out the full set of don't cache headers e.g.
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
header("Cache-Control: no-cache,must-revalidate"
Sounds like the old page is cached somewhere along the line. I am assuming
that the same server is serving both the Internet and the private network,
and there's no "Oops, forgot up upload it."
Miles
At 08:32 PM 12/2/2001 -0500, Keith Kwasigroch wrote:
>I have a W2k box setup with IIS and PH
2 matches
Mail list logo