[ale] apache .htaccess config for no-cache

Jim Popovitch yahoo at jimpop.com
Sun Mar 2 00:14:43 EST 2008


On Sat, Mar 1, 2008 at 12:05 AM, James Sumners <james.sumners at gmail.com> wrote:
> See http://www.mnot.net/cache_docs/ . Specifically
>  http://www.mnot.net/cache_docs/#IMP-SERVER .

Thx James.  Those sites helped out.  FWIW, here's what I got working
in my .htaccess file:

-------------------------------
<Files *>
Header set Cache-Control: "private, pre-check=0, post-check=0, max-age=0"
Header set Expires: 0
Header set Pragma: no-cache
</Files>
--------------------------------

-Jim P.


More information about the Ale mailing list