In order to get better SEO affect, the following code is suggested insead of Response.Redirect()

 

 

 

<%
Response.Status 
= "301 Moved Permanently"
Response.AddHeader 
"Location","/Root/xxx.asp" 

' Response.AddHeader "Location","http://www.blogs.com/yuanliding_1/xxx.asp" 
%>

 

 

posted on 2010-11-05 03:26  袁礼定  阅读(318)  评论(0编辑  收藏  举报