Search found 3 matches

by aneeshrp
Thu Aug 26, 2010 10:42 am
Forum: PHP - Security
Topic: How to change a cached file when original file get modified.
Replies: 2
Views: 1604

Re: How to change a cached file when original file get modif

Thanks very much Bind for the reply. add anti-cache headers or you can go ghetto with a UID added to the uri/query_string. The second option is not possible as I am expecting 100s to 1000s of changes perday. First option looks pretty much acceptable, however if we anti-cache headers, then it will al...
by aneeshrp
Fri Aug 20, 2010 5:46 am
Forum: General Discussion
Topic: Introduce Yourself!
Replies: 1043
Views: 780292

Re: Introduce Yourself!

My Self Aneesh RP, I am from India.
I am doing php for the last 6 Years and before that I was working on ASP and VB.
by aneeshrp
Fri Aug 20, 2010 5:37 am
Forum: PHP - Security
Topic: How to change a cached file when original file get modified.
Replies: 2
Views: 1604

How to change a cached file when original file get modified.

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...