Possible Duplicate:
Redirecting to a new page when a user is using Internet Explorer
I’m working on a version of my website which renders properly in Internet Explorer; what would a PHP script, which automatically redirects users with an IE user agent to (for example) /index-ie.php, look like?
Try
PHP have function $_SERVER[‘HTTP_USER_AGENT’] used to identify browser