# Never execute scripts from the uploads folder; serve as files only
<IfModule mod_php.c>
  php_flag engine off
</IfModule>
<IfModule mod_php7.c>
  php_flag engine off
</IfModule>
<IfModule mod_php8.c>
  php_flag engine off
</IfModule>
RemoveHandler .php .phtml .php3 .php4 .php5 .php7 .php8
RemoveType .php .phtml .php3 .php4 .php5 .php7 .php8
<FilesMatch "\.(php|phtml|php3|php4|php5|php7|php8|pl|py|cgi|asp|aspx|sh)$">
  Require all denied
</FilesMatch>
