<%currentdomain= request.ServerVariables("SERVER_NAME") If currentdomain="chinayiqiwang.com" thenResponse.Status="301 Moved Permanently" Response.AddHeader "Location","http://www.chinayiqiwang.com"End if%>