# Disable script execution in assets (only static files should be served)
Options -Indexes
<FilesMatch "\.(php|phar|phtml|cgi|pl|asp|aspx|jsp)$">
    Require all denied
</FilesMatch>


