How to enable PHP4, PHP5 on same server .You do not need to do anything to enable PHP 5. It is already installed and ready to go on all of our hosting plans. To enable PHP 4, add the below code to your .htaccess file in the folder where you want the changes to apply.
AddHandler application/x-httpd-php4 .php
