1){ //Then we're using IE $version = $matches[1]; if($version<=9){ header("Location: obsoleto"); }else{ header("Location: ".SITE_ROOT."home"); } }else{ header("Location: ".SITE_ROOT."home"); } ?>