作者:
MyAsus (MyAsus)
2016-01-25 11:54:56小弟原本用NO-IP服務
現在去GODADDY買了一個網域
http://example.noip.me/aaaa/index.php
轉址成
https://aaaa.example.org
個人用了
<?php
header("Location: https://aaaa.example.org");
?>
卻會跑向
https://aaaa.example.org/aaaa
有沒有解QQ
順便問一下如何在PHP的 <?php 中寫 JavaScript?