在PHP中绑定域名
2017-6-13 乱云飞 代码 标签: 绑定域名 php代码
$uri = $_SERVER['REQUEST_URI']; if($_SERVER["HTTP_HOST"] != "gantong.cc")//绑定域名 { header("HTTP/1.1 301 Moved Permanently"); header("Location:http://gantong.cc$uri"); }本文链接:http://80c.cc/ez/67.html
2017-6-13 乱云飞 代码 标签: 绑定域名 php代码
$uri = $_SERVER['REQUEST_URI']; if($_SERVER["HTTP_HOST"] != "gantong.cc")//绑定域名 { header("HTTP/1.1 301 Moved Permanently"); header("Location:http://gantong.cc$uri"); }本文链接:http://80c.cc/ez/67.html
发表评论: