<%EnableSessionState=False

host = Request.ServerVariables("HTTP_HOST")


if host = “www.katherineoshea.co.uk” or host = "www.katherineoshea.co.uk” then

response.redirect("https://www.katherineoshea.co.uk/“)


else

response.redirect("https://www.katherineoshea.co.uk/error.htm")


end if

%>

<%EnableSessionState=False

host = Request.ServerVariables("HTTP_HOST")


if host = “homeware.katherineoshea.co.uk” or host = “homeware.katherineoshea.co.uk” then

response.redirect("https://homeware.katherineoshea.co.uk/“)


else

response.redirect("https://homeware.katherineoshea.co.uk/error.htm")


end if

%>

<%EnableSessionState=False

host = Request.ServerVariables("HTTP_HOST")


if host = “illustration.katherineoshea.co.uk” or host = “illustration.katherineoshea.co.uk” then

response.redirect("https://illustration.katherineoshea.co.uk/“)


else

response.redirect("https://illustration.katherineoshea.co.uk/error.htm")


end if

%>

<%EnableSessionState=False

host = Request.ServerVariables("HTTP_HOST")


if host = “art.katherineoshea.co.uk” or host = “art.katherineoshea.co.uk” then

response.redirect("https://art.katherineoshea.co.uk/“)


else

response.redirect("https://art.katherineoshea.co.uk/error.htm")


end if

%>