Forum Moderators: phranque
1) Have your DNS for the new domain pointing to the IP address of your server
2) Edit your Apache configuration for the new virtual host. The file usually is httpd.conf and if you're lucky it (or a symbolic link to it) resides either in /etc or /etc/httpd. If not, you need to search for it for example with
find / -n httpd.conf -p Once you have the file, find the section on virtual hosts (hopefully your first domain is listed as a virtual) and simply copy the section and insert the new domain name.
3) Restart Apache