Home > Backend Development > PHP Tutorial > PHP的集成开发环境和ZendStudio是什么关系?该怎么解决

PHP的集成开发环境和ZendStudio是什么关系?该怎么解决

WBOY
Release: 2016-06-13 10:24:21
Original
921 people have browsed it

PHP的集成开发环境和ZendStudio是什么关系?
我编个HelloWorld运行为什么是404?是什么配置出错了呢?还是需要将这两个东西联系在一起才行

------解决方案--------------------
http状态码404是说文件未找到。
你需要弄清楚你网站的根目录是在哪,然后把该php文件移动到根目录下才,按文件相对根目录的地址才能访问到。

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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template