運用$_SERVER 與header() 實現多域名分流 ... <?php; // 若訪客輸入domain_a; if (stristr($_SERVER['HTTP_HOST'], "domain_a(without_www)") ...
確定! 回上一頁