- Multiple websites on server setup (different domain names)
- Posted by Brian Henry on May 2nd, 2005
I want to set up a single web server which runs multiple websites, kind of
like a web host does. I also want them to be accessable by different domain
names, how do i go about doint this? All i know how to do is set up a root
one on port 80 to be the website, but of course the other sites would be on
differnt ports for each site... how would you go about mapping this through
domain names? thanks
- Posted by Rick Alderman on May 2nd, 2005
I think, if I understand you correctly, you want to look into using Host
Headers.
Rick
"Brian Henry" wrote:
- Posted by Brian Henry on May 2nd, 2005
I don't know if I can do this or not with host headers, but what I ment was
like if I had two domains
DomainA.com and DomainB.com and 2 sites on the same server like one at 2200
and another on port 2210 I want the site on port 2200 to work on domainA.com
and 2210 to work on domainB.com how would i rout those ports to those
domains
"Rick Alderman" <Rick Alderman@discussions.microsoft.com> wrote in message
news:93B2E4FE-7393-4E6E-B6E6-5EFEC95B1696@microsoft.com...