DirectoryIndex index.html index.php 

# .htaccess file in /home/your_username/public_html/your_folder

<Files ".htaccess">
    Order allow,deny
    Deny from all
</Files>



# Enable directory indexing
Options +Indexes +FollowSymLinks

# Allow all users to access the folder
Require all granted
