首页 > 问答 > 正文
安装phpstudy后,Apache和mySQL运行状态正常,但是在浏览器上输入localhost,页面显示
Not Found
HTTP Error 404. The requested resource is not found.
请问是什么原因?如何解决?
满心欢喜2019-08-27 17:44:27
能不能不访问路径发出来
Heart exclusive2019-08-21 10:02:05
配置文件默认是关闭的。你去配置文件里把#去掉
王林2019-08-20 11:21:48
先看一下配置文件中的端口号,使用localhost:端口号的方式;
也可能出现端口占用情况,修改端口,比如80端口修改为8080;
谢谢回答,80端口被占用已修改为其他端口,也试着输入localhost:端口,但是都不行