Wamp 已打开但显示 404 Not Found 无法访问任何项目
Wamp is on but showing 404 Not Found not able to access any project
我的 wamp 服务器已打开,但它显示 404 Not Found
我无法访问任何项目以及 phpmyadmin。我第一次遇到这个问题它是怎么来的以及如何解决它。
我的系统上没有 Skype,所以不可能。
试试这个
Open index.php in www folder and set
change this `$suppress_localhost = true;`
to `$suppress_localhost = false;`
or Check whether any other application using your port(80)...
ust go to test port 80
. If its being used by another process, you can
defined your own port at httpd.conf
Search and find the following
string on file httpd.conf1
Listen 80
and change to
Listen {to desired port like 8888}
如果上面的方法不行试试这个
Try this solutions one by one.
解决方案一:
If you using Windows 7, click the “show hidden icons buttons” in
taskbar right hand side. Left click WAMPSEVER icon.
Go to Apache > Apache modules >. Scroll down mosule list. Find
“rewrite_module” and choose a tick mark. If you check this Wamp Server
automatically restarted. Now check your problem is solved.
方案二:
Check your Wamp server icon in the task bar showing “green” or
“yellow” color. If it show green color, everything ok. but if it show
yellow color, you need to check all services are running correctly.
Click Start button in your Windows OS. Type services.msc and press
enter button. Its open Services popup window. Scroll down and find
wampmysqld andwampapache services. If it status showing “started”,
everything ok. But its not show any status, right click and choose
start option.
我的 wamp 服务器已打开,但它显示 404 Not Found
我无法访问任何项目以及 phpmyadmin。我第一次遇到这个问题它是怎么来的以及如何解决它。
我的系统上没有 Skype,所以不可能。
试试这个
Open index.php in www folder and set
change this `$suppress_localhost = true;`
to `$suppress_localhost = false;`
or Check whether any other application using your port(80)...
ust go to test
port 80
. If its being used by another process, you can defined your own port athttpd.conf
Search and find the following string on filehttpd.conf1
Listen 80
and change to
Listen {to desired port like 8888}
如果上面的方法不行试试这个
Try this solutions one by one.
解决方案一:
If you using Windows 7, click the “show hidden icons buttons” in taskbar right hand side. Left click WAMPSEVER icon.
Go to Apache > Apache modules >. Scroll down mosule list. Find “rewrite_module” and choose a tick mark. If you check this Wamp Server automatically restarted. Now check your problem is solved.
方案二:
Check your Wamp server icon in the task bar showing “green” or “yellow” color. If it show green color, everything ok. but if it show yellow color, you need to check all services are running correctly.
Click Start button in your Windows OS. Type services.msc and press enter button. Its open Services popup window. Scroll down and find wampmysqld andwampapache services. If it status showing “started”, everything ok. But its not show any status, right click and choose start option.