if($_GET['nome'] == ""){
header("Location: http://www.sito.it/");
}else{
..azione che vuoi
}