Disable GZIP compression for IE6 clients

允我心安 提交于 2019-12-01 05:12:51

Check out this page. I believe ISAPI rewrite is available for IIS as well. Basically, it takes the browser's request and rewrites it to stop claiming the browser supports gzip, in the case of IE5/IE6.

Take note: this does not require you to have separate gzipped and non-gzipped pages. This is probably a better approach than your proposal, since it cuts the problem at its source.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!