代码改变世界

asp 301代码

2015-11-13 09:07  alaric888  阅读(124)  评论(0编辑  收藏  举报
<%  
if request.ServerVariables("HTTP_HOST")="ksfmjy.com" then 
Response.Status="301 Moved Permanently"  
Response.AddHeader "Location","http://www.ksfmjy.com/" 
Response.End 
end if 
%>