PDA

View Full Version : How to force a new html page to show not a cached version?


StagePhotography.co.uk
12th October 2006, 12:33 PM
How to force a new html page to show not a cached version?

My monty page I have noticed always goes to the
cached version last loaded.

I'm sure there was a method in METATAGS which
you could force a refresh....

Anyone?

StagePhotography.co.uk
12th October 2006, 12:48 PM
Think I've found the answer...

<META HTTP-EQUIV="expires" CONTENT="Wed, 01 Jan 2000 00:00:00 GMT">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" Content="no-cache">

Testing it now..