can 2 domain names point to one computer but 2 different pages?

djs1w

Senior member
Apr 17, 2001
282
0
0
two sites (www.abc.com & www.xyz.com) are hosted on server1. You type in www.xyz.com and it contacts server1, server1 knows that it has more than one site it's hosting and then determines which one you want. It sees in your request that you want www.xyz.com and then forwards you to that website.

I don't know how detailed of an explanation you were looking for, but that's the jist of it.
 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
Look into the use of HTTP Headers. Trust me. (I meant HOST Headers).
 

Russ

Lifer
Oct 9, 1999
21,093
3
0


<< its called domain stacking... >>



That's one way to do it, although it's the lowball approach used by web hosts to stuff the site in to a sub directory of an existing site. The proper way to do it is Virtual Name Hosting, so that each site has it's own root.

Russ, NCNE