sbgg.jetzt/page/redirect/index.php

9 lines
155 B
PHP

<?php
// REDIRECT TO MAIN DOMAIN //
// status code
header("HTTP/1.1 301 Moved Permanently");
// location
header("Location: https://sbgg.jetzt");
?>