Home > Backend Development > PHP Tutorial > 刚装上 easyphp,测试http://localhost/home 显示:Not Found,该怎么处理

刚装上 easyphp,测试http://localhost/home 显示:Not Found,该怎么处理

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:01:54
Original
1857 people have browsed it

刚装上 easyphp,测试http://localhost/home 显示:Not Found
显示:

Not Found

HTTP Error 404. The requested resource is not found.


怎么回事?



------解决方案--------------------
easyPHP是神马?
我只知道xmapp phpnow wamp appserver
------解决方案--------------------
http://localhost/ 呢,直接在WWW文件夹里翻翻看有米有index.html之类的
------解决方案--------------------
没有当然报404啦!说没有找到该页面。那就自己写个吧!
------解决方案--------------------
你在 C:\Program Files\EasyPHP-5.3.8.1\www 文件夹里放一个index.html 文件,两个网址分别测一下。 不明白为什么要加个 home ,按惯例都是http://localhost/ 指向WWW文件夹
------解决方案--------------------
对,就是 C:\Program Files\EasyPHP-5.3.8.1\www , 只管在集成安装包所在文件夹,也就是C:\Program Files\EasyPHP-5.3.8.1 里找就成了
------解决方案--------------------
怎么会, http://localhost/index.html 你访问一下
------解决方案--------------------
端口问题吧,apache一般都是80或者8080端口 http://localhost:8887/ 应该也是可以的

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php - localhost shows 404
From 1970-01-01 08:00:00
0
0
0
php - localhost cannot access a certain folder
From 1970-01-01 08:00:00
0
0
0
localhost and 127.0.0.1
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template