php 获取根域名 并301跳转www域名
2021-06-22 09:02
标签:com http array 跳转 server rman func oca move $_zjt = $_SERVER[‘HTTP_HOST‘]; function cw_31(){ php 获取根域名 并301跳转www域名 标签:com http array 跳转 server rman func oca move 原文地址:http://www.cnblogs.com/paddygege/p/7171752.html
$_xxurl = explode(".",$_zjt);
$urlqz = $_xxurl[0];
$_xxurl = array_reverse($_xxurl);
$urlhz = $_xxurl[1].".".$_xxurl[0];
$sssxxxddd = "com.cn|net.cn|org.cn|gov.cn|bj.cn|sh.cn|tj.cn|cq.cn|zj.cn|nm.cn|ln.cn|jl.cn|hl.cn|js.cn|he.cn|ah.cn|fj.cn|jx.cn|sd.cn|ha.cn|hb.cn|hn.cn|gd.cn|gx.cn|hi.cn|sx.cn";
$sssxxxddd = explode("|",$sssxxxddd);
if (in_array($urlhz,$sssxxxddd))
{
$urlhz = $_xxurl[2].".".$_xxurl[1].".".$_xxurl[0];
}
global $urlhz;
header("HTTP/1.1 301 Moved Permanently");
header(‘Location: http://www.‘.$urlhz.‘/‘);
exit();
}
if($_zjt==$urlhz){
cw_31();
}
?>
上一篇:Swift 中的值类型与引用类型
下一篇:ADO.NET调用存储过程
文章标题:php 获取根域名 并301跳转www域名
文章链接:http://soscw.com/index.php/essay/97299.html