admin Site Admin
Joined: 23 Jan 2003 Posts: 256 Location: India
|
Posted: Fri Feb 07, 2003 9:13 am Post subject: Cacheing Web Pages |
|
|
Cacheing Web Pages
When visiting a web site, browsers cache or make a copy of the web site for faster viewing on subsequent visits. This prevents your regular visitors from seeing your new content unless they manually reload their browser.
To prevent this problem, add the following code between the <HEAD> and </HEAD> tags of your HTML.
<META http-equiv="Pragma" content="no-cache"> |
|