# Added by support@afrihost.com 20090708
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
Options -ExecCGI 
<Files ~ "\.php.*">
  Order deny,allow
  Deny from all
</Files>
