Problem with xampp in my case is when specifying a different folder other than htdocs are used, especially with multiple domains and dedicated folders. This is because httpd-ssl.conf
is also referencing <VirtualHost>
.
To do this rem out the entire <VirtualHost>
entry under httpd-ssl.conf
From there, any setting you do in your httpd-vhosts.conf
will update as expected both http
and https
references.