engelsystem/www/404.php

4 lines
92 B
PHP

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