Quoting Lisa Elita who wrote on Thu, Jan 18, 2001 at 01:29:49PM +0700:
> Can you tell me how to avoid cached HTML pages from showing up? How to set
> expiry time to an HTML page?
So far, 2 different ways have been mentioned: in the http headers and in
the head of the html page.
I want to urge you (and anyone) to use the http header functions whenever
possible and only see html metatages for expiry as a very last resort.
Because webcaches will *not* look at the content of a http object by
definition (and yes, all of the html page is content in the view of the
webcache). And webcaches (squid, netcache) will probably be deployed more
and more by ISP's since they can save a lot on the bandwidth bill.
Koos
--
Koos van den Hout, PGP keyid RSA/1024 0xCA845CB5 via keyservers
[EMAIL PROTECTED] or DSS/1024 0xF0D7C263 -?)
Fax +31-30-2817051 Visit my site about books with reviews /\\
http://idefix.net/~koos/ http://www.virtualbookcase.com/ _\_V
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]