ASP下的301重定向

ASP下的301重定向
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www.vipveg.com"
%>

来源:http://baike.baidu.com/view/2173220.htm#2

Response.Status:http://www.51mokao.com/Groups/ForumPost.aspx?id=34572

Response.AddHeader:http://baike.baidu.com/view/5186623.htm

你可能感兴趣的:(asp,301重定向)