<%EnableSessionState=False host = Request.ServerVariables("HTTP_HOST") if host = "usa-test.com" or host = "www.usa-test.com" then response.redirect("https://www.usa-test.com/index.html") else response.redirect("https://www.usa-test.com/error.htm") end if %>