Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: IE-cache, text file
From: Laura Mollett
Date: Sat, 3 Jul 1999 03:19:10 +0100

Ok, another thing that seemed like useful info :) Forwarded with permission.
Laura

----------
>From: Eric Moore <mooreatlovecraft [dot] chem [dot] cmu [dot] edu>
>To: lmollettatmindspring [dot] com
>Subject: cache control
>Date: Sat, Jul 3, 1999, 12:12 AM
>

>
> The best way is to set the server to use the following headers:
>
> Expires: <whatever right now is>
> Cache-Control: no-cache
> Pragma: no-cache
>
> In Apache adding this to your httpd.conf would (probably, depending on
> the rest of your configuration) set these headers for flash files:
>
> ExpiresByType application/x-shockwave-flash "now"
>
> <Files "*swf">
> Header append Pragma "no-cache"
> Header set Cache-Control "no-cache"
> </Files>
>
> For other webservers, check your documentation.
>

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: IE-cache, text file, John Croteau

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]