allowing directory listing

Discussion in 'General' started by aqua, Jun 20, 2006.

  1. aqua

    aqua New Member

    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
     
  2. edge

    edge Active Member Moderator

    I used to do this with a .htaccess file with:
    AllowOverride Options
    Options +Indexes
    in it.
     
  3. aqua

    aqua New Member

    where do i put this? in the /web?
     
  4. TheRudy

    TheRudy ISPConfig Developer ISPConfig Developer

    Yes. All subfolders will also be affected by this setting.
     
  5. falko

    falko Super Moderator ISPConfig Developer

    But
    Code:
    AllowOverride Options
    must be in the main Apache configuration for that directory, and then the line
    Code:
    Options +Indexes
    goes into .htaccess.
     

Share This Page