使用301永久重定向对搜索引擎是友好的,搜索引擎会自动抓取重定向后的地址
header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.newdomain.com/somepage.html");
使用301永久重定向对搜索引擎是友好的,搜索引擎会自动抓取重定向后的地址
header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.newdomain.com/somepage.html");