How To Create Virtual Hosts On Apache Server To Host Multiple Websites
If you have apache installed, you probably know what localhost is. Localhost allows a single website to be hosted locally. However, when using virtual hosts, you can host multiple websites on a single server. The process is fairly simple and I will demonstrate it here itself. I am assuming you are running Ubuntu with the apache server. Step 1 Move to the directory called /etc/apache2/sites-available You will see a file called 000-default.conf, we need to copy that file to the