This is a discussion on "such a stupid question" within the Web Page Design section. This forum, and the thread "such a stupid question are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
such a stupid question
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
such a stupid question
Hello,
I have a fairly stupid questions to which I'm sure there's a fairly obvious question. Every couple of days I update the front page of my website and then when I go to look at it I have to refresh the browser to see the updates. Because the website is generally read by the same people is there a way of automatically clearing the cache/refreshing the website so that when one of my regular visitors come they're seeing the latest update? Thanks very much, and feel free make fun of me. I'll understand why. |
|
#2
|
|||
|
|||
|
Re: such a stupid question
It may be your own browser that's not refreshing it quickly enough ('Tools / Internet Options'), or your ISP isn't transferring the updated files quickly enough for you (a problem I sometimes have with my ISP).
|
|
#3
|
|||
|
|||
|
Re: such a stupid question
You can also add the two meta tag lines to your pages to stop them being cached.
<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> The second version is there for backwards compatability. |
|
#4
|
|||
|
|||
|
Re: such a stupid question
The best way to do it is as ukgeoff suggested. You have to code in your header to tell the browser not to cache your page.
|
![]() |
| Tags |
| such, stupid, question |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Total Beginner, Stupid Question | andyman1016 | Flash & Multimedia Forum | 1 | Aug 2nd, 2007 19:09 |
| How stupid can you get? | JacobHaug | Webforumz Cafe | 35 | Mar 1st, 2007 00:16 |
| Stupid Question | Accurax | Web Page Design | 21 | Dec 9th, 2006 00:30 |
| A really stupid question | djme | Databases | 2 | Jan 8th, 2006 15:03 |
| VERY stupid question about tiled backgrounds | autumn_whispers2me | Graphics and 3D | 2 | Apr 28th, 2005 14:38 |