301重定向是站长们经常提及到的,设置页面永久性“自动转向”,以下就仅列举一种较为常见的方法:
方法/步骤
1
网站代码301重定向
2
ASP代码:Response.Status='301 Moved Permanently'Response.AddHeader 'Location','http://www.shougongshipin.com/'Response.End
3
PHP代码:header('HTTP/1.1 301 Moved Permanently');header('Location:http://www.shougongshipin.com/');exit();
4
小结,实现301重定向是有很多不同的技巧,本文编幅有限,不作301权重解释,希望广大读者谅解!
上一篇:怎么在照片上画小怪兽