Page 1 of 1

Old php page still coming !!!

Posted: Tue Nov 12, 2002 1:22 am
by faisala
Hi all,,

I have a problem in one of my websites which i using PHP on it ,,


I have an old index.php page which i deleted from all the website and the server, I have now a new index.php page,

Most of the time it works ,, But some times the old page still downloading to the browser.

I treid by clearing temporary internet files on my computer and clearing the History folder on my computer ,, But still some time the old page still appearing ...


I tried from another computers as well, where this web site is not browsed there before.. the old index.php page is coming sometime there also..


I checked the server for the page, but i can't find the page there,,


Any body can advise me on this issue


Regards


Faisal

Posted: Tue Nov 12, 2002 2:46 am
by twigletmac
You seem to be having a problem with caching have a look at the cache-control info on the manual page for header().

Mac