开发者

detecting IE 6 using .htaccess

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜