index
:
unifest.git
master
permission-rebuild-views
translation
Engelsystem for the unifest.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
www
/
404.php
blob: b9e5ed580d8a55012f792d94c8eb359bc8dd7b10 (
plain
)
1
2
3
<?PHP
header
(
"Location: https://"
.
$_SERVER
[
'HTTP_HOST'
]
.
$_SERVER
[
'REDIRECT_URL'
]);
?>