[insert_php]
// PHP permanent URL redirection test
header(“Location: https://secure.usmayors.org/registration/mwcdc18”, true, 301);
exit();
[/insert_php]