if (strpos($_SERVER['HTTP_USER_AGENT']), "MSIE 6") != false){ header ('location:index.php'); } else{ header ('location:/ie/ie.html'); } ?>