使用wamp无法访问www中的php文件

WBOY
Libérer: 2016-06-20 12:26:05
original
1270 Les gens l'ont consulté

编写了一个php文件放进www文件夹,在http://localhost:8088/里面Your Projects一栏里显示不出这个php文件,只能通过直接访问http://localhost:8088/index.php来运行这个php,这是什么问题


回复讨论(解决方案)

你确定有这行么?

DirectoryIndex index.html index.htm index.php index.php3

编写了一个php文件放进www文件夹,在http://localhost:8088/里面Your Projects一栏里显示不出这个php文件,只能通过直接访问http://localhost:8088/index.php来运行这个php,这是什么问题


httpd.conf里有这句

在http://localhost:8088/里面Your Projects一栏里显示不出这个php文件

确定文件名是否正确。

Your Projects 只显示目录的,因为wamp把目录作为一个项目。
而文件不会在这里显示,但打开文件夹,是可以看到文件的。

默认只显示目录
要显示文件的话可以稍微修改下源码
就一个页面文件,很简单的。

Your Projects 只显示目录的,实际上不用这个页面用处不大,你看到目录有这个文件就可以了。

放在www下的文件,比如test.php,在浏览器中地址栏输入http://localhost/test.php,会出错,是什么原因?

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal