diff --git a/public/oldArticleRedirect.php b/public/oldArticleRedirect.php index be60649..910894c 100644 --- a/public/oldArticleRedirect.php +++ b/public/oldArticleRedirect.php @@ -18,7 +18,7 @@ if (array_key_exists("id", $_GET)){ } else { Header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404); - Header( "Location: http://www.ifattidinapoli.it"); + echo "Requested page not found"; } }