summaryrefslogtreecommitdiff
path: root/www/404.php
blob: b9e5ed580d8a55012f792d94c8eb359bc8dd7b10 (plain)
1
2
3
<?PHP
header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REDIRECT_URL']);
?>