Hello very good for all I have always tried to mount a virtual host and it always gives me error Below I will place the contents of my htaccess to see if any one tells me what is wrong in the log error I get VirtualHost not allowed here It should be noted that I do not change the routes of the error log, transferlog or DocumentRoot
<VirtualHost *:80>
DocumentRoot C:\Bitnami\wampstack-7.1.17-0\apache2\htdocs\public
ServerAdmin [email protected]
ServerName mivhost.com
ErrorLog error_log
TransferLog access_log
</VirtualHost>