Hi All,
I have a website which is fully cached using headers. However when I make a change in the source file it is not appearing immediately in the browser, istead it shows only when I do a Ctrl+F5 refresh in my browser. Any way to sort out this issue, I want to load the original content in which I made the change.
Solutions are appreciated.
How to change a cached file when original file get modified.
Moderator: General Moderators
Re: How to change a cached file when original file get modif
add anti-cache headers or you can go ghetto with a UID added to the uri/query_string.
Re: How to change a cached file when original file get modif
Thanks very much Bind for the reply.
First option looks pretty much acceptable, however if we anti-cache headers, then it will allow the other contents which we needed to be in cache ..am I correct?
The second option is not possible as I am expecting 100s to 1000s of changes perday.Bind wrote:add anti-cache headers or you can go ghetto with a UID added to the uri/query_string.
First option looks pretty much acceptable, however if we anti-cache headers, then it will allow the other contents which we needed to be in cache ..am I correct?