Ok, I'm somewhat familiar with host headers, from studies and a home lab
working with IIS.
What started all this was I asked a question of the company that hosts our
site. I had asked something about viewing website statiscitcs. Their
explanation why I couldn't view them was; the domain name isn't registered
with them, it's registered with Network Solutions. And the A-record for our
website points to 63.85.17.161
I understand that host headers allows one IP address to point to many
websites, on the web server. But what's confusing to me is, that A-record
doesn't point to the server that hosts our site. It points to the company
that developed our site.
So, this company that hosts our site, that I had asked the original quesiton
of... is suggesting that we change the DNS records on our name servers to
point to their webserver, as such:
www.blackdiamondranch.com IN A 64.71.33.101
I really am not interested in the website statistics or, in changing the
A-record. I just find it hard to understand how our A-record can be
pointing to 63.85.17.161 and requests ending up getting resolved to
64.71.33.101
I hope that makes sense!
"Chris Dent" <> wrote in message
news:...
>
> Hi John,
>
> It's not DNS, it's the web server.
>
> If you're using a shared-hosting platform you'll be sharing that IP
> Address with any number of other customers. The web server takes inbound
> request and filters it to specific sites based on the name you use. It's
> referred to as Host Headers.
>
> When you use the IP Address alone you end up at the web site that doesn't
> have a name associated with it, there will only be one of those on that
> server for that IP address, so it makes sense you end up at the hosts
> site.
>
> Otherwise each website would need a separate IP address, which can be very
> wasteful and, in some instances, costly.
>
> HTH
>
> Chris
>