META refresh

admin

Administrator
Staff member
What is the meta tag to re-cache the pag on every veiw?<!--content-->Do you mean <br />
<META HTTP-EQUIV="refresh" content="0" URL="http://www.yourpage.com">?<br />
or are you after something else?<br />
k<!--content-->I think he or she means something more like:<br />
<br />
<meta http-equiv="Expires" content="-1"><!--content-->Charles<br />
I think he or she means something more like: <br />
<meta http-equiv="Expires" content="-1"><br />
Almost. The Expires header field requires an absolute date in RFC 1123 format.<br />
<br />
<meta http-equiv="Expires" content="Thu, 01 Jan 1970 00:00:00 GMT"><!--content-->From RFC1123, section 14.21 (<!-- m --><a class="postlink" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">http://www.w3.org/Protocols/rfc2616/rfc ... l#sec14.21</a><!-- m -->):<br />
HTTP/1.1 clients and caches MUST treat other invalid date formats, especially including the value "0", as in the past (i.e., "already expired").<!--content-->
 
Back
Top