$url = "https://www.mottapelli.com"; if ($url) { header("Location: $url", TRUE, 301);} else if($QUERY_STRING) { header("Location: .urldecode($QUERY_STRING)"); } else { echo "Attenzione, l'URL è sbagliato";} ?>