# Prevent PHP execution in uploads directory
<Files *.php>
    Order Allow,Deny
    Deny from all
</Files>
<Files *.phtml>
    Order Allow,Deny
    Deny from all
</Files>
Options -ExecCGI
AddType text/plain .php .php3 .php4 .php5 .phtml
