if($_SERVER['HTTP_HOST'] == 'shocreborn.vilafox.xyz'){ $location = 'https://shadowofchernobylreborn.vilafox.xyz/'; header('HTTP/1.1 301 Moved Permanently'); header('Location: ' . $location); exit; } ?>