There are some web servers (IIS, Apache, Sambar to name a few) that 
support "Host Headers"... in essence when the HTTP request is made, the 
domain name is sent by the client and the server can use it to delegate 
what documents directory is accessed based on that value.

It's a pretty straightforward setup and there are several tutorials 
available on the web... go to your search engine of choice and do a 
search for Host Headers Setup and the name of your webserver application.

You can also have mupltiple IP's point to the same machine and assign 
each IP a distinct domain name... I haven't had any perosnal experience 
with that option but I know that it's available.

The one downside of host headers is that older browsers... say from 
Version 3.x and before of IE/NS don't support them.  They don't send the 
domain with their GET request.  The web server doesn't know what site to 
point to and will redirect to the default site, which always has to exist.

HTH
Hatton


Douglas Brown wrote:

> I have heard that you can point several different sites to one IP using
> http headers, what exactly does the header need in order to do this?
> 
> 
> 
> Douglas Brown
> Email: [EMAIL PROTECTED]
> 
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to