<?php
if ($_SERVER['HTTP_HOST'] === 'www.schuetz-familyoffice.com') {
    header("Location: https://s-fo.at" . $_SERVER['REQUEST_URI'], true, 301);
    exit();
}
?>
