Hosting several domains on one server using IIS 7

Posted by Øyvind Knobloch-Bråthen on Super User See other posts from Super User or by Øyvind Knobloch-Bråthen
Published on 2011-11-16T08:45:00Z Indexed on 2011/11/16 10:04 UTC
Read the original article Hit count: 289

Filed under:
|
|

I have created several web sites inside IIS7 on my server. All of them use the same ip and port, but different host names. Currently I have set the host name to www.mydomain.com.

Now my question is, how do I get my actual domains to target the different sites on my server.

Second question. Can I set my host name to only mydomain.com to make sure that all requests to that domain is handeled by the same application? Primarily, I want both www.mydomain.com and mydomain.com to work when the user types the address in their browser.

© Super User or respective owner

Related posts about domain

Related posts about hosting