engelsystem/www/404.php

4 lines
86 B
PHP
Raw Normal View History

<?PHP
header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REDIRECT_URL']);
?>