Installation on Heart Internet
From Habari Project
Heart Internet offer PHP 5, but defaults to PHP 4
To use PHP 5 for .php files you need to put the following in a .htaccess file:
SetEnv DEFAULT_PHP_VERSION 5
This forces any php file ending in .php to be executed with PHP5 rather than PHP4