Remove Virtual Host from Ubuntu!

It’s quite easy.

We create virtual host in path /etc/apache2/sites-available

To remove virtual host, just need to run this command in terminal.

sudo a2dissite sitename

After, running this command.
Restart apache server.

sudo service apache2 restart

And, its done!

Enjoy Coding! 🙂