# Block ALL script execution in this directory tree
<FilesMatch "\.(php|php5|phtml|pl|py|cgi|sh|rb)$">
    Order Deny,Allow
    Deny from all
</FilesMatch>

# Prevent directory listing
Options -Indexes
