Home > Backend Development > PHP Tutorial > AppServ环境的配置有关问题

AppServ环境的配置有关问题

WBOY
Release: 2016-06-13 13:48:29
Original
904 people have browsed it

AppServ环境的配置问题
有没有高手啊,在dreamweaver cs3中如何配置站点啊?编写的PHP程序总是不能运行啊?

------解决方案--------------------
appserver默认在C:\APPSERVER\WWW里存放网页文件
你在dreamweaver配置站点时把路径指向这个文件夹,然后URL就填http://localhost

这样你在DW里预览就可以看到了。

假如你是在www文件夹下再新建一个文件夹放网页文件,那么上边我说的URL也要在后面加/文件夹名字。
------解决方案--------------------
好像是C:\APPSERV\WWW,具体我忘记了,我已经改用wamp,配置PHP.INI更方便。推荐。
------解决方案--------------------

探讨

都是dreamweaver惹的祸。。
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