如何让apache显示目录 - SegmentFault
2016年2月29日 - 更新完wamp3,发现打开localhost是not found,但是输入localhost/test/ 能打开项目(test下有index.php)说明documentroot什么的配置是对的,我查了下如何...
Apache显示目录列表的配置方法 - 源码之家
2014年2月13日 - 我们可以通过修改Apache配置文件httpd.conf来实现显示文件目录列表,代码如下: DocumentRoot "D:\WWW" Options Indexes AllowOverride All Order allow...