On Fri, 27 Apr 2001 13:49:51 +1000
 "Brett Handley" <[EMAIL PROTECTED]> wrote:

> I need a netscape refresh for Rebol or the right wording
> to send in a
> request to my ISP about that cache policy. I don't know
> what.. Help!?
> 

Hi Brett,

I have a similar problem with my ISP.  I didn't see the
addsite.r till today either.

RT can solve this problem by adding in no-cache directives
in the http metatags

eg: I run these on my website as it is completely generated
dynamically and so should not be cached

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">

The alternative is for RT to store these files in a
directory call cgi-bin.  Cache servers tend not to cache
anything in such a named directory.

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to