Heim  >  Artikel  >  Backend-Entwicklung  >  使用wamp无法访问www中的php文件

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

WBOY
WBOYOriginal
2016-06-20 12:26:051271Durchsuche

编写了一个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,会出错,是什么原因?

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn