SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
Thread: still the same page
-
Sep 4, 2001, 15:15 #1
- Join Date
- May 2001
- Location
- Turkey
- Posts
- 372
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
still the same page
well I have a new site (itop100.com) and I use an ISP that uses transparan proxy. At the moment even my main page (index.php) has refreshed it a lot of times I still see the old version even the yesterday version.Fİrst I thought this was because of my ISP but now think different whether if there is a fault at me or something else.Any idea?
thanks
-
Sep 4, 2001, 22:52 #2
- Join Date
- Jun 2001
- Location
- Dublin
- Posts
- 221
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
no-cache
Try putting this before any output:
PHP Code:header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");
-
Sep 6, 2001, 07:42 #3
- Join Date
- May 2001
- Location
- Turkey
- Posts
- 372
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
thanks but it did not solve the problem I think now the fault is not at my ISP,the fault must be at the script that I use I suppose
-
Sep 6, 2001, 12:29 #4
- Join Date
- Apr 2001
- Location
- My Computer
- Posts
- 2,808
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
it'll probably take a little while to update to the version with the headers in it.
So, when that script takes effect, it'll probably fix your problem.
-
Sep 6, 2001, 14:04 #5
- Join Date
- May 2001
- Location
- Turkey
- Posts
- 372
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
thanks very much to both it works fine now
I would cry if I couldn't solve it
Bookmarks