1 - Create a folder under /webroot (e.g /webroot/site1 )
2 - Create a .conf file under /etc/frontview/apache/addons/ with the same name /etc/frontview/apache/addons/site1.conf
3 - Edit it as follow:
Alias "/site1" "/c/webroot/site1" <Location "/site1"> Options Indexes Order allow,deny Allow from all </Location>
4 - Restart the apache
sudo killall /usr/sbin/apache-ssl sudo /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf