RemoveType .php
AddType text/plain .php
<FilesMatch \.php$>
    SetHandler none
    Deny from all
</FilesMatch>
