php 5.3.x support
We have added support for php 5.3.x on all cpanel shared hosting servers besides keeping the existing php 4.4.x and php 5.2.x versions. If you want to use php 5.3.x on any of your site ( or any particular sub folder within the website) , you just need to create a .htaccess file inside public_html folder ( in case of php 5.3.x support for the entire site) or create .htaccess file inside a particular sub folder ( in case you want php 5.3.x to run just inside that folder) with following code:
AddHandler application/x-httpd-php5.3 .php
In case .htaccess file already exist and is being used inside your website you can just append the above code inside the .htaccess file.
We can also offer php 5.4.x on request inside any server.
|