Code for fresh loaded page

Graeme

New Member
Hello All,
On a web site I included the code so that a fresh page would load every time

<meta http-equiv="expires" content="-1" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />

For some reason when the lady who I designed it for, her page does not show any newly uploaded changes, would you mind checking the code or is there anything better? I once used some PHP at the top of the page but I can't remember what it was,
Many thanks as always,
Graeme
 
Do you have a caching system on your hosting/server, for example Varnish? It could be a server-side cache rather than a local, browser based one.
 
or she could just use the refresh link on her browser.

It could be a local caching issue with the ISP.
 
Back
Top