If you are using shared hosting or cpanel then you probably don't need to do anything as the included .htaccess file is loaded automatically.

If you are manually configuring apache then 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

Then edit /etc/apache2/sites-available/vvveb and set your domain and the document root folder where you unziped Vvveb.

ServerName www.mydomain.com
DocumentRoot /var/www/html/vvveb/public
sudo chown www-data:www-data /var/www/html/vvveb/