Let's say you got shared hosting, and you have both PHP4 and PHP5 installed, But by default it works with PHP4.
How do you switch to PHP5?
Solution:
In you root directory for the website, create or edit existing .htaccess file and then add following line.
AddHandler x-mapp-php5 .php
This will force PHP5 to be you default PHP processor.
We have 6 guests and no members online