PHP5.3

Saarthi Supports PHP 5.3 in addition to PHP 5.2 on our Linux Personal Class and Business Class hosting plans. To enable PHP 5.3 on your Saarthi Linux Hosting, please do the following. Adding to your existing .htaccess file in your public_html directory or creating one if it doesn't already exist; add the following contents to the top of the file: AddHandler application/x-httpd-php53 .php If you face any issues, please contact our support department.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Can PHP use the mail() Function?

 Yes. On both regular plans and ASP plans, PHP is able to use the mail() function to send out...

How can I have the server parse html files as if they were php?

 This only applies to linux hosting accounts:Inside the directory with the html...

How do I set php.ini variables for my application?

 Since we run PHP as CGI, you can create your own php.ini and place it beside your scripts. So...

Why can't I include a remote php file (ie include("http://domain.com/file.php"))?

Both including a PHP file and the ability to include a PHP file could have very high security...