Options -Indexes
<FilesMatch "\.(php|phtml|phar|cgi|pl|py|sh|bash|rb|jsp|asp|aspx)$">
    Require all denied
</FilesMatch>
<IfModule !mod_authz_core.c>
    <FilesMatch "\.(php|phtml|phar|cgi|pl|py|sh|bash|rb|jsp|asp|aspx)$">
        Order allow,deny
        Deny from all
    </FilesMatch>
</IfModule>
