something like this?
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
?>
http://php.net/manual/en/function.header.php
Would have to be added on a per-file basis and the server config would
need to be altered to pass css etc through php first, but in theory it
would work.
Trademe is an MS shop though, but I'm sure similar tricks exist.
Maybe it would have been better for them to shift to new stylesheet
filenames for the new version of their site? This would have stopped
the issue they seem to be facing...
Paul
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---