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.:
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