2006-11-02 bailing
如果是页面自动生成是用404做的,一定要在404脚本的开头加上header("HTTP/1.1 200 OK"); 否则google不会收录你的页面。 当然,确实是非法请求,那么写上 header("HTTP/1.1 404 Not Found")