欢迎访问 舍力博客(www.shuyong.net)
<?php $url = $_SERVER["HTTP_REFERER"]; //获取完整的来路URL $thurl = str_replace(array("http://","https://"),"",$url); //去掉http://及https:// $sldomain = explode("/",$thurl); // 以“/”分开成数组 $sldomain = $sldomain[0]; //取第一个“/”以前的字符 if(!$sldomain){ header('Location:http://www.shuyong.net');exit;//跳转 }?>
留言/评论:◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。