我可以设置这个标题
X-UA-Compatible "IE=EmulateIE7"
在我的 Apache 2.0 httpd.conf 文件中使用以下指令:
<Location /mypath>
Header set X-UA-Compatible "IE=EmulateIE7"
</Location>
如何将 Apache 配置为仅为 IE 8 浏览器设置此标头?
我可以设置这个标题
X-UA-Compatible "IE=EmulateIE7"
在我的 Apache 2.0 httpd.conf 文件中使用以下指令:
<Location /mypath>
Header set X-UA-Compatible "IE=EmulateIE7"
</Location>
如何将 Apache 配置为仅为 IE 8 浏览器设置此标头?