Thread: page headers
View Single Post
  #6  
Old 12-06-2005, 12:18 AM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default

Ok sorted.
All that needed doing is that on .php pages like home.php , product.php etc.

after
Code:
require "./auth.php";

I added

Code:
header("Cache-Control: no-cache, must-revalidate"); header("Pragma: public"); header("Expires: -1");

seems to have done the trick now
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote