Hello Otomatik,
I upgraded to WAMP 332 . Works like a charm, but was a little bit annoyed for you cannot make any additional VirtualHosts, because it uses the Port 80 as a stringent default. It shows an error and red remarks for any other Virtual Hosts besides localhost. Finally, made a change and it worked, but I am not sure if it is correct and meant to be only that way.
One can of course, open a couple more ports and even more by assigning them 127.x.y.z IP Numbers, but it is a weary task bothering to do that, especially if you have very many of these.
It was written like this and I changed it as follows.:
<VirtualHost _default_*:80> And I changed it to:
<VirtualHost *:80> Now I can add multiple VirtualHosts
CaydeeIN ALL THINGS BE MENWindows 10 x64 | WAMP 3.3.2 - x64 | Apache 2.4.58 | MySQL 8.2.0 | PHP 8.2.13 | PHPMyAdmin 5.2.0