What Version of PHP do you offer/support? Print

  • 18

The PHP versions are always upgraded to improve on security and functionality/speed and we will always make the latest stable version available.

The PHP version can be updated in your cPanel automatically or can be manually updated in the .htaccess file.

Add the following script to your .htaccess file found in your public_html folder
This is easily accessed with your File Manager found in your cPanel.

=========================

# Use PHP 5.3
AddType application/x-httpd-php53 .php

===================================

Replace the php53 with the version require, eg: php8

For help please contact us.


Was this answer helpful?

« Back