A similar approach to the one in the recent cache prevention thread: in .htaccess
<IfModule mod_headers.c>
<FilesMatch "\.(html|htm)$">
Header Set Last-Modified "Tue, 05 March, 2013 19:00:00 GMT"
</FilesMatch>
</IfModule>
--
Kenneth Kawamoto
A similar approach to the one in the recent cache prevention thread: in .htaccess
<IfModule mod_headers.c>
<FilesMatch "\.(html|htm)$">
Header Set Last-Modified "Tue, 05 March, 2013 19:00:00 GMT"
</FilesMatch>
</IfModule>
--
Kenneth Kawamoto