Forum Moderators: Robert Charlton & goodroi
header("HTTP/2 410 Gone");
header("HTTP/2 301 Moved Permanently");
header("Location: NEW-DOMAIN .cc/{page}.yy");
exit();
header("HTTP/2 410 Gone");I'm inclined to think this isn't physically possible. Your server will pick one and send it. If it sends the first one it meets--here the 410--then the "Location" part becomes meaningless. If it sends the last one it meets--here the 301--then the line about 410 is just wasted bytes.
header("HTTP/2 301 Moved Permanently");