If I set up HTML compression on my Unix / Apache/1.3.22 server as described in the link above, will this cause problems for any of the Googlebots?
chengfu
5:42 am on Feb 2, 2003 (gmt 0)
If you do it right: no.
Compression will only be done if the user-agent/bot asks for HTTP/1.1 data and understands compressed information (via the accept-encoding header). This way older bots or browsers (below 4.x) will still be able to see your site.
HTH, Bye, CF
amznVibe
7:50 am on Feb 2, 2003 (gmt 0)
search for mod_gzip on this forum and you will get alot of help