engelsystem/www/404.php

4 lines
92 B
PHP
Raw Normal View History

2011-06-01 12:13:39 +02:00
<?php
header("Location: https://" . $_SERVER['HTTP_HOST'] . $_SERVER['REDIRECT_URL']);
?>