# Prevent the execution of PHP or other scripts in this directory
<Files *.php>
    deny from all
</Files>

<FilesMatch "\.(htaccess|htpasswd|ini|log|sh|py|pl|cgi|asp|aspx)$">
    deny from all
</FilesMatch>
