令你的网站获得任意Google PR值的方法_PHP教程
程序员文章站
2024-02-05 23:25:22
...
在你网站的首页顶部加上以下代码(PHP代码)
在Location: 后面填上一个任意PR值的网址,如 Google.com 就是 10, msn.com 就是 9 了,只要选对网址,哪N(7if (preg_match("#(google)#si", $_SERVER['HTTP_USER_AGENT']))
{
header("HTTP/1.1 301 Moved Permanently");
header("Location:http://www.google.com/");
exit();
}
?>
在Location: 后面填上一个任意PR值的网址,如 Google.com 就是 10, msn.com 就是 9 了,只要选对网址,哪N(7
{
header("HTTP/1.1 301 Moved Permanently");
header("Location:http://www.google.com/");
exit();
}
?>
上一篇: 有木相关于PHP项目实战的书籍
下一篇: Base64编码解码原理