How to show directory content ?

Discussion in 'Tips/Tricks/Mods' started by albertux, Jun 1, 2008.

  1. albertux

    albertux New Member

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

    falko Super Moderator Howtoforge Staff

    You can add something like this to the Apache Directives field of that web site:
    Code:
    <Directory /path/to/directory>
      Options +Indexes
    </Directory>
     

Share This Page