My site is suffering from a serious problem.
Whenever i update something on it , the visitors need to "refresh" in order to see the changes. And what makes it worse that it occasionally show the old version of a certian html page(s) wich breaks the design and makes it look horrible since it relies on a modified CSS style.
I've used those meta tags on each html file but they were useless :
How do i stop my site from viewing chached pages? I update the site few times a day and visitors think that its still not updated. (someone even told me that he couldn't see the new layout even when he refreshed the page
).
your help is much appreciated
Whenever i update something on it , the visitors need to "refresh" in order to see the changes. And what makes it worse that it occasionally show the old version of a certian html page(s) wich breaks the design and makes it look horrible since it relies on a modified CSS style.
I've used those meta tags on each html file but they were useless :
Code:
<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" />
).your help is much appreciated
Comment