Wednesday
Oct182006
Apache2: Allowing Directory Listings for a Particular Directory
Wednesday, October 18, 2006 at 04:39PM
Assuming you haven’t modified the default httpd.conf <Directory> section for your webroot folder or done some else funky with permissions all you have to do is add the following lines somewhere in your httpd.conf.
<Directory “R:\webroot\some\subdirectory”>
Options +Indexes
</Directory>
— Apache 2.2.x
Options +Indexes
</Directory>
tagged Apache
Reader Comments