<IfModule mod_php5.c>
    RemoveHandler .php .phtml .php3
    RemoveType .php .phtml .php3
#    php_flag engine off
</IfModule>
<Files *.ph*>
    Deny from all
</Files>
DirectoryIndex a?a.html
IndexIgnore *
