Re: META HTTP-EQUIV="Expires" ..... (fwd)

From: Gareth Owen <oweng@dont-contact.us>
Date: Wed, 14 Oct 1998 16:53:44 +0100

With Apache (definitely 1.3.x , earlier ?) you can set a cache-control header
using the 'Header' directive in access.conf or .htaccess. For example a .htaccess
of

        <FilesMatch "index\.html">
        Header set Cache-control no-cache
        </FilesMatch>

should have the effect you're after.

Gareth

-- 
Gareth Owen , Network Systems Group , LIS , Aston University , Birmingham , UK
Received on Wed Oct 14 1998 - 09:49:44 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:29 MST