sbgg.jetzt/page/redirect/index.php

9 lines
155 B
PHP
Raw Normal View History

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