wamp多站點配置好后,打不開test.php測試文件,到底是怎么回事,求教??
端口我改成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
2016-09-14
補充一下把其它php文件移動至test01文件下,然后輸入http://localhost:8080/test.php,可以顯示,這是為什么?