jacmaes
6/18/2013 - 12:41 PM

Redirect IE 6-8 with htaccess

Redirect IE 6-8 with htaccess

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} "MSIE [6-8]" [NC]
RewriteRule ^(.*)$ http://mysite.com/ie [R=301,L]