Our site, for example has four domain names tied to the same IP ( domain1.com, domain2.com domain3.com and domain4.com ) and the following script will provide different results depending on what domain name it is called from: <%response.buffer=true%> <% Dim theSRV theSRV = Request.ServerVariables(SERVER_NAME) Select Case theSRV Case www.domain1.com Response.Redirect(/page1.htm) Case www.dom