How do I make more than one domain bring up the same website? I dont want to redirect, I want to have multible domains pull from the same directory.
How do I do this?
seindal
3:28 pm on Jul 30, 2003 (gmt 0)
Make sure all domains point to the same IP address, and then use the ServerAlias in the apache configuration. A given virtual host section in the apache configuration will be activated for all names given as ServerName or ServerAlias.
René
ScottYardley
5:54 pm on Jul 30, 2003 (gmt 0)
Where do I set the ServerAlias? In a file? Im using a virtual server.
Sorry for my lack of context
Panaman
5:29 am on Aug 13, 2003 (gmt 0)
I believe if you setup your virtual host like this... it should work.