在網頁HTML </head> 前加入以下 HMTL 碼,網頁就會自動轉址。
<meta http-equiv="refresh" content="0;url=https://www.google.com" />
<script>document.location.href="https://www.google.com";</script>
<?php
header('Location: https://www.google.com');
exit();
?>