1<IfModule mod_mime.c>
2	RemoveHandler .php .phtml .php3 .php4 .php5
3	RemoveType .php .phtml .php3 .php4 .php5
4</IfModule>
5<IfModule mod_php5.c>
6	php_flag engine off
7</IfModule>
8