I wanted that when I accessed mivhost.com I would go to a specific folder use this in bitnami-apps-vhosts.conf from bitnami
<VirtualHost *:80>
DocumentRoot "C:/Bitnami/wampstack-7.1.17-0/apache2/htdocs/public"
ServerAdmin [email protected]
ServerName mivhost.com
ServerAlias www.mivhost.com
<Directory C:/Bitnami/wampstack-7.1.17-0/apache2/htdocs/public>
Options FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog "C:/Bitnami/wampstack-7.1.17-0/apache2/htdocs/error_log"
CustomLog "C:/Bitnami/wampstack-7.1.17-0/apache2/htdocs/access_log" common
and add this to the windows host
127.0.0.1 mivhost.com