PDA

View Full Version : allowing directory listing


aqua
20th June 2006, 04:50
Hello:

How can I allow directory listing in ispconfig? I tried to just deleting the index.html file in the /web directory and that didnt' work. I check the permissions, they were 644. Is there something i need to do?

Thanks
aqua

edge
20th June 2006, 09:22
I used to do this with a .htaccess file with:
AllowOverride Options
Options +Indexes in it.

aqua
20th June 2006, 21:29
where do i put this? in the /web?

TheRudy
20th June 2006, 22:34
Yes. All subfolders will also be affected by this setting.

falko
21st June 2006, 01:52
But
AllowOverride Options
must be in the main Apache configuration for that directory, and then the line
Options +Indexes
goes into .htaccess.