PDA

View Full Version : How to show directory content ?


albertux
1st June 2008, 07:18
i can't show the directory content by default , really i don't know it happens because i remove the index.html file ... and it appears the 403 error. Some idea???? or help ...

greetings and thank's

falko
1st June 2008, 12:39
You can add something like this to the Apache Directives field of that web site:
<Directory /path/to/directory>
Options +Indexes
</Directory>