Obviously I am not the only one who has problems forcing users'/customers' browsers to show the most recentley uploaded page, rather than what the individuals browser has in it's cache.
I have trawled the forum for a definitive answer , hoping that there actually is one?
I have placed the following code into the brochure and content pages but it doesn't seem to work.
<?php
header("Refresh: 1;");
?>
I have also heard about a meta include which specifies an old date, forcing a referesh but this doesn't seem like a particually good way around the problem as it allows no caching of any page?
Can anyone suggest a solution, be it server side or included in Actinic code?
Many thanks
I have trawled the forum for a definitive answer , hoping that there actually is one?
I have placed the following code into the brochure and content pages but it doesn't seem to work.
<?php
header("Refresh: 1;");
?>
I have also heard about a meta include which specifies an old date, forcing a referesh but this doesn't seem like a particually good way around the problem as it allows no caching of any page?
Can anyone suggest a solution, be it server side or included in Actinic code?
Many thanks
Comment