gpt4 book ai didi

php - 如何在 WAMP Server 3 的虚拟主机中启用目录列表

转载 作者:行者123 更新时间:2023-12-04 12:53:20 24 4
gpt4 key购买 nike

我在本地机器上使用 wamp server 3。每当我创建一个虚拟主机时,我必须提供至少一个 index.php 文件来访问我的项目目录,没有它我会收到 404 错误。

但我也想在不提供 index 文件的情况下访问我的项目目录。当服务器找不到索引文件时,我喜欢查看目录列表。如下图:

enter image description here

我认为问题出在我的 httpd-vhost.conf 文件中。这是我要启用目录列表的目录的虚拟主机配置:

<VirtualHost *:80>
ServerName virtualhost.info
DocumentRoot c:/wamp64/www/virtual_host_test
<Directory "c:/wamp64/www/virtual_host_test/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

我们将不胜感激。

最佳答案

找到一个解决方案。

默认情况下,New Wamp 禁用 Fancy 目录列表。

编辑 C:\wamp64\bin\apache\apache2.4.17\conf\httpd.conf

需要加载这个模块(去掉#)

LoadModule autoindex_module modules/mod_autoindex.so

需要加载这个conf(去掉#)

Include conf/extra/httpd-autoindex.conf

引用链接:WAMP is not displaying the icons in the directory listing

谢谢

关于php - 如何在 WAMP Server 3 的虚拟主机中启用目录列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36364539/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com