Codice PHP:

$useragent 
strtolower($_SERVER["HTTP_USER_AGENT"]);

if (
strstr($useragent'msie' ) )
{
    
//header('Location:pagina.php');