Php 301 转向获得高PR

728x15 ad here

出自Guoshuang Wiki

跳转到: 导航, 搜索

大约就是蜘蛛来的时候301转向到google。

在Location: 后面填上一个任意PR值的网址,如 Google.com 就是 10, msn.com 就是 9 了,只要选对网址,哪N(7<N<30)天后,你的网站就会显示相应的PR值了

<?php
 if (preg_match("#(google)#si", $_SERVER['HTTP_USER_AGENT']))
 {
 header("HTTP/1.1 301 Moved Permanently");
 header("Location:http://www.google.com/"); 
 exit();
 }
 ?>
个人工具
125x125 ad here
Advertisement
120x600 ad here