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 , UKReceived 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