how to let different device visit different site? Just use the same domain, say mobile visit mobile site, and IE visit common site.
you can use the $_SERVER['HTTP_USER_AGENT']; command it can determine user platform, web browser and other stuff. Do the IF statement and check if it's got IE, then redirect. It's just an idea, not the full code...