"JJ" <(E-Mail Removed)> wrote:
> Hi,
>
> How can I host multiple domains on one server box? What I am trying to do
> if someone plugs in an address of http://aaa.com they would hit my router
> which would send them to that domainA on the server and if they plugged in
> another http://bbb.com they would hit the same router but switch them over
> to
> domainB
> How can I do this?
>
> Thanks,
>
You have to use "host headers" in IIS to achieve this.
With host headers you can host many websites on the same IP address/port
(80). The server will know which web site the client requested by the
address (
http://aaa.com or
http://bbb.com) the web browser is trying to
reach.
ThePro