Test fail redirect
This commit is contained in:
@@ -17,7 +17,7 @@ if (array_key_exists("id", $_GET)){
|
||||
// GUIHandler::redirect("articolo.php?id=".$notizia->id);
|
||||
}
|
||||
else {
|
||||
Header( "HTTP/1.1 301 Moved Permanently" );
|
||||
header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404);
|
||||
Header( "Location: http://www.ifattidinapoli.it");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user