<%EnableSessionState=False

host = Request.ServerVariables("HTTP_HOST")

if host = "firelimo.com" or host = "www.firelimo.com" then
response.redirect("http://firelimo.com/firelimo/index.html")

elseif host = "firetour.com" or host = "www.firetour.com" then
response.redirect("http://firetour.com/firetour/index.html")

else
response.redirect("http://firelimo.com/error.html")

else
response.redirect("http://firetour.com/error.html")

end if
%>