<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: https://domain.tld/xyz/");
header("Connection: close");
?>
code snippets, served virtually
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: https://domain.tld/xyz/");
header("Connection: close");
?>