• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IIS 5.0 using multiple domains & 1 IP

Cnuke

Member
I have a website and I just purchases a second. Is there a way in IIS to use both sites with 1 ip address? If anyone has a link to a tech document that would be great. I know there has to be a way to do it, I just can not figure it out or find anything.

Thanks,

Cnuke
 
Yes you've got it correct. Now just point the domain www.mysite.com to your server's IP in DNS.

When the clients connect to the server they give the address in the host header and IIS interprets which virtual server they are connecting to.
 
one more suggestion - you will want mysite.com in there as well so if people dont use www... you will also have to register with DNS server. You will not need http://www.. seeing as though the http just tells your browser how to handle the data and isnt actually processed in the header of the GET request.

 
Back
Top