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