Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Just Posted: Add Site Reblet

From: gchiu:compkarori at: 27-Apr-2001 16:52

On Fri, 27 Apr 2001 13:49:51 +1000 "Brett Handley" <[brett--codeconscious--com]> 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