I just installed wamp server so I can start with laravel.
Problem 1(resolved , see Filipe's answer)
When I access a directory named php
in www
folder of wamp
it gives me files with broken icons link.
I have tried changing port 80
to 8080
in httpd.conf
file but it did not resolve the issue.
Problem 2(see my answer)
I think when skype is running wamp server icon
does not become green.
Problem 3
I have a directory in www
folder named php
when I try to open it from wamp icon->left click->My Projects->php
, wamp
opens it as php/
but browser
gives the errorThis webpage is not available
.
Any help would be appreciated.
I changed these lines in httpd.conf
file from
#Listen 12.34.56.78:80
Listen 0.0.0.0:80
Listen [::0]:80
to
#Listen 12.34.56.78:8080
Listen 0.0.0.0:8080
Listen [::0]:8080
UPDATE
I have xampp installed too in c:/xampp
, does it has to do something if wamp
server is not coming online or I am unable to access files ?