Just thought I'd give my experience of fixing the yellow WAMP icon problem.
Everything was working fine until one day it suddenly just stopped.
Apache it listening on my internal network and after some poking around I realised my internal IP address had changed from 192.168.0.3 to 192.168.0.2.
So I simply updated my httpd.conf file:
listen localhost:80
listen 192.168.0.2:80
Posted this just in case someone else has the same issue.
Just thought I'd give my experience of fixing the yellow WAMP icon problem.
Everything was working fine until one day it suddenly just stopped.
Apache it listening on my internal network and after some poking around I realised my internal IP address had changed from 192.168.0.3 to 192.168.0.2.
So I simply updated my httpd.conf file:
listen localhost:80
listen 192.168.0.2:80
Posted this just in case someone else has the same issue.