Re: create a second web on the existing web server

Re: create a second web on the existing web server

am 18.12.2007 17:57:22 von alexcombs1

On Dec 18, 9:24 am, Jane wrote:
> Hi all,
>
> We have one web server which hosts our public website such ashttp://www.xyz.com. Now, we are purchasing another company efg and want to
> host this company on our exsisting web server ashttp://www.efg.com.can you
> tell how and what are steps? I do not want users to enterhttp://www.efg.com:8080so I can not use virtual website and I can use
> virtual directory, then the question how can I make users to enterhttp://www.efg.cominstaed ofhttp://www.efg.com/virtualfoldername? what
> about the DNS www record?
>
> Thank you.

It's actually pretty simple. You can just follow the instructions
here:
http://www.startvbdotnet.com/aspsite/extras/deploy2.aspx

If you have any extra IP addresses, use one as the IP address for the
new website. If you do not have any extra IP addresses, you will have
to use host headers.

To use host headers, follow the instructions on that page and where it
says "host headers", enter "efg.com". And use the same IP address
setting as your xyz.com site. Using host headers limits your ability
to use SSL on the new domain, but if you don't need it, host headers
will work fine.

For your DNS servers, you will have to point the DNS record for the
efg.com domain to the IP address you used.

Does that all make sense?

Re: create a second web on the existing web server

am 18.12.2007 18:31:06 von Jane

Thank you so much for your help and it all makes sense.

We decide to use host header name and use the same IP as xyz.com.

then we only need to call ISP provider which hosts efg.com to create A
record or www record for efg.com? right?

Thank you for your great help.

"alexcombs1@gmail.com" wrote:

> On Dec 18, 9:24 am, Jane wrote:
> > Hi all,
> >
> > We have one web server which hosts our public website such ashttp://www.xyz.com. Now, we are purchasing another company efg and want to
> > host this company on our exsisting web server ashttp://www.efg.com.can you
> > tell how and what are steps? I do not want users to enterhttp://www.efg.com:8080so I can not use virtual website and I can use
> > virtual directory, then the question how can I make users to enterhttp://www.efg.cominstaed ofhttp://www.efg.com/virtualfoldername? what
> > about the DNS www record?
> >
> > Thank you.
>
> It's actually pretty simple. You can just follow the instructions
> here:
> http://www.startvbdotnet.com/aspsite/extras/deploy2.aspx
>
> If you have any extra IP addresses, use one as the IP address for the
> new website. If you do not have any extra IP addresses, you will have
> to use host headers.
>
> To use host headers, follow the instructions on that page and where it
> says "host headers", enter "efg.com". And use the same IP address
> setting as your xyz.com site. Using host headers limits your ability
> to use SSL on the new domain, but if you don't need it, host headers
> will work fine.
>
> For your DNS servers, you will have to point the DNS record for the
> efg.com domain to the IP address you used.
>
> Does that all make sense?
>