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