楼主:
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?