Hi
I have a question and can you please give me a example of how I can added a secibd vhosting under apache? The server domain name is cyberchatnet..com and the directory is located in the /home/www directory.
I am tyying tgo add a second domain as ecoads.net and I want everything to point to the /home/ecoads directory. I also need it to be www.ecoads.net and ecoads.net. I gave up oin trrying to do it with web admin, so I am doing this manualy.
I also need to define a different log file for each virtual host.
<VirtualHost 65.110.39.130>
DocumentRoot /home/www
ServerName cyberchatnet.com
</VirtualHost>
Thank you