php - Wamp is on but showing 404 Not Found not able to access any project -


my wamp server on showing 404 not found not able access project phpmyadmin also. facing problem first time how comes , how resolve it.

skype not on system cant that.

enter image description here

try this

open index.php in www folder , set  change `$suppress_localhost = true;`  `$suppress_localhost = false;` 

or check whether other application using port(80)...

restart

ust go test port 80. if being used process, can defined own port @ httpd.conf search , find following string on file httpd.conf1

listen 80 

and change to

listen {to desired port 8888} 

if above method did not work try this

try solutions 1 one.

solution 1:

if using windows 7, click “show hidden icons buttons” in taskbar right hand side. left click wampsever icon.

go apache > apache modules >. scroll down mosule list. find “rewrite_module” , choose tick mark. if check wamp server automatically restarted. check problem solved.

solution 2:

check wamp server icon in task bar showing “green” or “yellow” color. if show green color, ok. if show yellow color, need check services running correctly.

click start button in windows os. type services.msc , press enter button. open services popup window. scroll down , find wampmysqld andwampapache services. if status showing “started”, ok. not show status, right click , choose start option.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -