# Allow direct access to image files only; block script execution in this folder
<FilesMatch "\.(php|phtml|php3|php4|php5|pl|py|cgi|sh)$">
    <IfModule mod_authz_core.c>
        Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
        Deny from all
    </IfModule>
</FilesMatch>
