搜索引擎跳转,用于做大型活动时搜索引擎结果跳转到活动页的代码!
- $from = $_SERVER['HTTP_REFERER'];
- if(strstr($from,'baidu.com') || strstr($from,'google.com') || strstr($from,'soso.com') || strstr($from,'so.com') ||strstr($from,'bing.com')){
- header("Location: /");
- exit;
- }
新闻热点
疑难解答