superaj 's Home

一辈子,总还是得让一些善念, 推着我们前行, 不管是三年,还是三十年, 专注做点东西, 至少对得起光阴。

PR劫持

header('HTTP/1.1 301 Moved Permanently');
header('Location: http://www.google.com/');

$useragent = strtolower($_SERVER['HTTP_USER_AGENT']);

if (strpos($useragent, 'googlebot')!== false){
return 'Googlebot';
}

 

判断是否为蜘蛛 做301重定向

Copyright © 2026 superaj 's Home. All Right Reserved.