# Allow the folder to show the list of files (the "Index")
Options +Indexes

# Make the file list look like the old version (Icons and Table)
IndexOptions FancyIndexing HTMLTable NameWidth=*

# Block any PHP or scripts from running for security
<FilesMatch "\.(php|php5|phtml|php7|phps|suspected)$">
    Order allow,deny
    Deny from all
</FilesMatch>

# Disable CGI execution
Options -ExecCGI

