首页 > 开发 > PHP > 正文

简单语句实现:搜索入口流量导入

2024-05-04 22:53:26
字体:
来源:转载
供稿:网友

搜索引擎跳转,用于做大型活动时搜索引擎结果跳转到活动页的代码!

  1. $from = $_SERVER['HTTP_REFERER']; 
  2. if(strstr($from,'baidu.com') || strstr($from,'google.com') || strstr($from,'soso.com') || strstr($from,'so.com') ||strstr($from,'bing.com')){ 
  3. header("Location: /"); 
  4.  
  5. exit
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表