To add a new Vvveb site to apache2 copy apache-vvveb.conf from Vvveb root folder to apache sites-available
folder
cp apache-vvveb.conf /etc/apache2/sites-available/vvveb
sudo ln -s /etc/apache2/sites-available/vvveb /etc/apache2/sites-enabled/vvveb
If you are using shared hosting then you probably don't need to do anything as the included .htaccess
file is loaded automatically.