# Serve uploads, never execute them.
Options -Indexes -ExecCGI
AddType text/plain .php .phtml .php5 .php7 .phps .cgi .pl .py .sh
<IfModule mod_php.c>
  php_flag engine off
</IfModule>
RemoveHandler .php .phtml .php5 .php7
