Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<meta http-equiv="refresh" content="5; URL=neueseite.html">
<script LANGUAGE="JavaScript">
top.location.href='http://neueseite.html'
</script>
http://php.benscom.com/manual/de/function.header.php schrieb:[php:1:105ed4f8ee]<?php
header("Location: http://www.example.com/");
// Umleitung des Browsers
exit;
// Sicherstellen, dass nicht trotz Umleitung
// der nachfolgende Code ausgeführt wird.
?>[/php:1:105ed4f8ee]