Kristofer
Wed May 09 14:42:22 CDT 2007
You say that you redirect to 62.62.62.62 which basically answers the
question why you have this problem. When you redirect to 62.62.62.62, the
host header sent to the webserver is 62.62.62.62 (i think it can be blank
as well, i don't remember right now). You have set up a host header name
of www.society1.com.
You must use DNS to use host headers, not redirecting.
The problem may also occure if you have any device that may be removing
the host header.
Start by making sure that the webserver really gets the host header.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Giuseppe wrote:
>Hi,
>i've a ip static 62.62.62.62 and a server 2003 SBS IIS6 with 3 site.
>I've buy from a provider 3 domain with redirect to 62.62.62.62:
>www.society1.com www.society2.com www.society3.com
>
>In my server i've:
>the default xxx.domain.local port 80
>Then i created another 3 web site where in any multi header i've insert
>www.society1.com port 80
>www.society2.com port 80
>www.society3.com port 80
>
>But when i call any web site i see always the default xxx.domain.local
>Why the multi header doesn't select the right web site?
>
>Thank you