On 16.01.2007 12:43, Duncan Garland wrote:
--- Original Message ---
> Hi,
>
> I've gone to quite a bit of trouble to set up a web site which controls the
> expiry date of it's pages using http-equiv expires.
>
> Everything works under IE, but discovered that Netscape isn't caching the
> pages. The pages get a clean bill of health from the w3c HTML validator, so
> I think they are formulates correctly.
>
> Does anybody know what the problem is? I've pasted an example below. It
> caches perfectly under IE.
>
> Regards
>
> Duncan
>
>
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
>
>
>
>
>
>
>
>
>
>
>
> Fantasy Cricket Online
>
>
>
>
>Matches Included In The Points Calculation
>
>
> Back
>
>
>
>Date Type Competition Home Away
>
>
>> href="rpt_MatchReport.htm?match_no=1&home_name=ENGLAND&away_name=AUSTRALIA">
> 11/01/2007
>FC
>1
>ENGLAND
>AUSTRALIA
>
>
>
>
>
>
>Tue, 16 Jan 2007 18:39:40 GMT
>
>
>
>
>
HTTP 1.1 (RFC 2068) specifies that all HTTP date/time stamps MUST be
generated in Greenwich Mean Time (GMT) and in RFC 1123 format.
RFC 1123 format = wkday "," SP date SP time SP "GMT"
wkday = (Mon, Tue, Wed, Thu, Fri, Sat, Sun)
date = 2DIGIT SP month SP 4DIGIT ; day month year (e.g., 02 Jun 1982)
time = 2DIGIT ":" 2DIGIT ":" 2DIGIT ; 00:00:00 - 23:59:59
month = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec)
Looks like you have it correct, dunno why it doesn't work tho.
--
Jay Garcia Netscape/Mozilla Champion
UFAQ - http://www.UFAQ.org

