开发者

detecting IE 6 using .htaccess

开发者 https://www.devze.com 2023-02-14 07:55 出处:网络
Is there any w开发者_如何学运维ay to detect IE6 through htaccess?Try this: RewriteCond %{HTTP_USER_AGENT} \"MSIE 6\"<br>

Is there any w开发者_如何学运维ay to detect IE6 through htaccess?


Try this:

RewriteCond %{HTTP_USER_AGENT} "MSIE 6"<br>
RewriteRule (.*) http://www.mydomain.com/subfolder/

But remember it's super easy to modify your User Agent

0

精彩评论

暂无评论...
验证码 换一张
取 消