How do I configure multiple domain names on my IIS server?

Posted by Dillie-O on Server Fault See other posts from Server Fault or by Dillie-O
Published on 2011-03-10T22:58:51Z Indexed on 2011/03/11 0:12 UTC
Read the original article Hit count: 478

Filed under:
|
|

We have a few websites that we are running on one instance of IIS that need to be mapped for each of their domain names. For example.

Site A has the domain name coolness.com
Site B has the domain name 6to8Weeks.com
Site C has the domain name PhatTech.com

When I look at the "Web Site Identification" section of the IIS configuration window, I notice that I can specify an IP address and port, but if I click the Advanced button, I can also configure the site based on host header values as well.

How do I configure each site in IIS? Ideally I would like them to all be able to listen to port 80, so I don't have weird URLs, but I'm not sure if I do this using headers, IP addresses, both, or something else.

© Server Fault or respective owner

Related posts about iis

Related posts about web-hosting