Make web directories browseable using .htaccess

Using cPanel file browser or your favorite SFTP client,

  • Create a file .htaccess in the base directory
  • Edit the file to contain this:
    Options +Indexes
    IndexOptions +FancyIndexing 
    

Leave a comment