How to redirect **IE11** to a new page?

How to redirect IE11 to a new page?

This is what i've got so far, but doesnt work.

<!--[if IE]>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.domain.com">
<![endif]-->

This htaccess IE11 redirect doesnt work either-->

RewriteEngine on

 RewriteCond %{HTTP_USER_AGENT} IE11 [NC]
 RewriteRule ^ http://google.com/ [L,R]

This is the user agent of IE11, so I need to redirect visitors with these user agents-->

Mozilla/5.0 (IE 11.0; Windows NT 6.3; Trident/7.0; .NET4.0E; .NET4.0C; rv:11.0) like Gecko

How do I redirect IE11 visitors? Ideas?

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories