Hey everyone, I'm having problems with Virtual Hosts. Let's say I have a fresh installation of Apache, and I want to allow it to accept all domains that have the correct name servers. Say I have the name servers on www.example.com set to ns1.myserver.com and ns2.myserver.com. I want myserver.com's Apache to automatically allow www.example.com to be pointed to /home/web/. I want it to be universal, so if I set the name servers on more domains, they all goto /home/web/. Any ideas? Thanks!
Try this: <VirtualHost [your-ip-here]:80> ... </VirtualHost> Code (markup): You can also use _default_ in place of [your-ip-here]