2012-01-17 117 views
2

我忙于尝试创建多站点并更改WampServer中的某些文件。现在我无法访问phpmyadmin了,它说:在wampserver中找不到PHPmyAdmin

找不到:在此服务器上找不到请求的URL/phpmyadmin。

我相信这是httpd.conf文件,但我似乎无法找到问题......帮助将大大appriciated。我可以访问本地主机并查看我的本地网站正在运行。

这些都是在我的Apache错误日志的最后几行:

[Tue Jan 17 12:39:59 2012] [notice] Parent: Received shutdown signal -- Shutting down the server. 
[Tue Jan 17 12:39:59 2012] [notice] Child 5148: Exit event signaled. Child process is ending. 
[Tue Jan 17 12:40:00 2012] [notice] Child 5148: Released the start mutex 
[Tue Jan 17 12:40:01 2012] [notice] Child 5148: All worker threads have exited. 
[Tue Jan 17 12:40:01 2012] [notice] Child 5148: Child process is exiting 
[Tue Jan 17 12:40:01 2012] [notice] Parent: Child process exited successfully. 
[Tue Jan 17 12:40:03 2012] [warn] _default_ VirtualHost overlap on port 80, the first has precedence 
[Tue Jan 17 12:40:03 2012] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations 
[Tue Jan 17 12:40:03 2012] [notice] Server built: Dec 10 2008 00:10:06 
[Tue Jan 17 12:40:03 2012] [notice] Parent: Created child process 3032 
[Tue Jan 17 12:40:03 2012] [warn] _default_ VirtualHost overlap on port 80, the first has precedence 
[Tue Jan 17 12:40:03 2012] [warn] _default_ VirtualHost overlap on port 80, the first has precedence 
[Tue Jan 17 12:40:03 2012] [notice] Child 3032: Child process is running 
[Tue Jan 17 12:40:03 2012] [notice] Child 3032: Acquired the start mutex. 
[Tue Jan 17 12:40:03 2012] [notice] Child 3032: Starting 64 worker threads. 
[Tue Jan 17 12:40:03 2012] [notice] Child 3032: Starting thread to listen on port 80. 
[Tue Jan 17 12:40:05 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpmyadmin 
[Tue Jan 17 12:40:06 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpmyadmin 
[Tue Jan 17 12:40:07 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpmyadmin 
+0

你有没有解决这个问题?我也有同样的问题。 – developdaly 2012-04-10 15:05:16

+0

同一个! @developdaly你设法解决它吗? – user961627 2013-08-01 10:10:48

回答

0

尝试在新的别名目录从WAMP面板 点击WAMP的托盘图标>阿帕奇>别名目录添加>添加新的别名目录

尝试添加的phpmyadmin文件夹作为别名目录

我也是一个初学者,我觉得这可能会有帮助。