I installed wampserver but when I try to runt it I get this error message and the icon color is orange:
the application was unable to start correctly 0xc00005b
I have windows 7 64 bit so I installed wampserver 64,
also I tried solving the problem by changing the Listen in httpd.conf from:
Listen 0.0.0.0:80 Listen [::0]:80
to
Listen 0.0.0.0:8080 Listen [::0]:8080
but it didn't work.