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.

The content of this field is kept private and will not be shown publicly.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.