How to switch php version of your app in Webfaction

Submitted by ravi on Wed, 12/26/2012 - 04:45

I have been developing the Drupal sites locally on php 5.2 version and had no problems hosting them also. Recently I hosted one site that was working perfectly locally and on dreamhost but when I moved it to webfaction I received some errors.

I search the forums and found that it was due to php 5.4 version on webfaction. So I thought lets switch back to the old version of php without creating a new app

It is very simple. Just open your .htaccess file and add these lines



SetHandler php52-fcgi


Simple!

Blog Tags