wamp多站点配置好后,打不开test.php测试文件,到底是怎么回事,求教??

来源:2-4 WAMPServer多站点配置

小书童3934163

2016-09-14 22:48

端口我改成8080端口了,上午测试都还能用,晚上就不行了,输入localhost:8080,打开的是test01文件下的index.php文件,其他的文件都提示错误:

Not Found

The requested URL /test.php was not found on this server.

Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 8080

错误日志显示的是:

[Wed Sep 14 22:39:00.755380 2016] [mpm_winnt:notice] [pid 4792:tid 320] AH00354: Child: Starting 64 worker threads.

[Wed Sep 14 22:45:25.945578 2016] [:error] [pid 4792:tid 872] [client 127.0.0.1:50870] script 'F:/Demo/test01/test.php' not found or unable to stat


写回答 关注

1回答

  • 小书童3934163
    2016-09-14 22:55:14

    补充一下把其它php文件移动至test01文件下,然后输入http://localhost:8080/test.php,可以显示,这是为什么?

PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

456210 学习 · 6307 问题

查看课程

相似问题