$ip = getIp();//dede自带的查询IP功能,直接调用 $res1 = file_get_contents("http://ip.taobao.com/service/getIpInfo.php?ip=$ip"); $res1 = json_decode($res1); $useraddre = $res1->data->region; $useraddre = mb_convert_encoding($useraddre, "GBK", "UTF-8"); $dzcity = "北京"; $contra= strstr($useraddre,$dzcity); if(!emptyempty($contra)){ //南昌的,跳转到这里 header("Pragma: no-cache"); header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); header('HTTP/1.1 301 Moved Permanently'); header("Location: http://www.yourweb.com/"); exit; } |
上面这段代码,是北京访问者就会跳转到yourweb.com的网站上面啦,如果你需要对网站首页设置多个跳转的话,那么就多增加个城市判断即可。
Pbootcms问题解决
请点击在线联系我们【点击咨询解决问题】 如果您有任何Pbootcms问题,我们将免费为您写解决教程!