if($_SERVER['REMOTE_ADDR']=='指定IP'){ header('location: 指定url');} //访问了指定域名跳到指定地方 if(stripos($_SERVER['SERVER_NAME'], '###.com')!==false){ header('location: 指定url');} ?>