Placing multiple websites on a server is not the issue. But how does one
get external users to reach the correct site


E.g. www.site1.co.uk mapped onto one site on the machine
www.site2.co.uk mapped on to a different web on the same
machine.



BR
Don C

Re: How do you have multiple Websites on the same server? by Dave

Dave
Thu Jul 15 11:10:23 CDT 2004

search for 'host headers'

"Donald Campbell" <Donald@suedon.co.uk> wrote in message
news:MQwyzLATrq9AFAjf@suedon.co.uk...
>
>
> Placing multiple websites on a server is not the issue. But how does one
> get external users to reach the correct site
>
>
> E.g. www.site1.co.uk mapped onto one site on the machine
> www.site2.co.uk mapped on to a different web on the same
> machine.
>
>
>
> BR
> Don C



Re: How do you have multiple Websites on the same server? by Ganesh

Ganesh
Thu Jul 15 12:42:40 CDT 2004

Hello,

Please take a look at this article.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;190008

HTH.
--
Ganesh Anekar
Microsoft Developer Support
Internet Information Server
*********************************************************************
>>Please do not send email directly to this alias. This is an online
account name for newsgroup participation only.<<

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.

© 2003 Microsoft Corporation. All rights reserved.
*********************************************************************
"Donald Campbell" <Donald@suedon.co.uk> wrote in message
news:MQwyzLATrq9AFAjf@suedon.co.uk...
>
>
> Placing multiple websites on a server is not the issue. But how does one
> get external users to reach the correct site
>
>
> E.g. www.site1.co.uk mapped onto one site on the machine
> www.site2.co.uk mapped on to a different web on the same
> machine.
>
>
>
> BR
> Don C



Re: How do you have multiple Websites on the same server? by Donald

Donald
Thu Jul 15 14:32:06 CDT 2004


Thanks.


BR
Don C




In article <eQJbhMpaEHA.2056@TK2MSFTNGP12.phx.gbl>, Ganesh Anekar [MSFT]
<Ganesh@online.microsoft.com> writes
>Hello,
>
>Please take a look at this article.
>http://support.microsoft.com/default.aspx?scid=KB;EN-US;190008
>
>HTH.

Re: How do you have multiple Websites on the same server? by Andrey

Andrey
Mon Jul 19 18:22:26 CDT 2004

Donald Campbell wrote:

>
> Placing multiple websites on a server is not the issue. But how does one
> get external users to reach the correct site
>
>
> E.g. www.site1.co.uk mapped onto one site on the machine
> www.site2.co.uk mapped on to a different web on the same
> machine.
>
>
>
> BR
> Don C

As an alternative solution, having a single web site bound to an IP
address, you can use any sort of redirect script to redirect content for
a specific domain to a [virtual] subdirectory:

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=4&txtCodeId=6349

As a simple redirect script you can refer to the following example:

http://www.intermedia.net/support/files/redirect.asp.txt

-Andrey