A Web.com Partner
Sign Up / Log In
Online Support Web Hosting

How to Use Different PHP Versions

Follow the steps below if you only want to change the PHP version of one addon domain or subdomain. This guide applies to cPanel accounts that host multiple websites and domains.

IMPORTANT:
This process involves editing the .htaccess file of your website that may result in a downtime of your website if done incorrectly. It is best to ask your website developer to follow the suggested steps below.

  1. Access your cPanel.
  2. Under Files, click File Manager.
  3. Create and view your phpinfo.php page to compare the PHP version before and after completing this guide.
  4. Edit the .htacccess file of the website in question. If you can’t see the .htaccess file, show .htaccess (hidden files) within the File Manager.

    TIP:
    If you still can’t see the .htaccess file even after showing the hidden files, create a .htaccess file.

  5. Enter the code that corresponds to the PHP version you want to apply based on the table below.
    PHP Version Code
    5.5 <IfModule mime_module> AddHandler application/x-httpd-ea-php55___lsphp .php .php5 .phtml </IfModule>
    5.6 <IfModule mime_module> AddHandler application/x-httpd-ea-php56___lsphp .php .php5 .phtml </IfModule>
    7.0 <IfModule mime_module> AddHandler application/x-httpd-ea-php70___lsphp .php .php7 .phtml </IfModule>
    7.2 <IfModule mime_module> AddHandler application/x-httpd-ea-php72___lsphp .php .php7 .phtml </IfModule>
    7.4 <IfModule mime_module> AddHandler application/x-httpd-alt-php74___lsphp .php </IfModule>
    8.0 <IfModule mime_module> AddHandler application/x-httpd-alt-php80___lsphp .php </IfModule>
    8.1 <IfModule mime_module> AddHandler application/x-httpd-alt-php81___lsphp .php </IfModule>
    8.2 <IfModule mime_module> AddHandler application/x-httpd-alt-php82___lsphp .php </IfModule>

    Add the code to the topmost part of the page if there are existing codes in the .htaccess file.

  6. Click Save Changes on the file editor.
    Location of Save Changes Button Inside the Code Editor of File Manager in cPanel
  7. View the changes in your phpinfo.php file that you created in Step 2 by adding /phpinfo.php after your domain name. It should be similar to this URL: https://yourdomain.com/phpinfo.php when accessing it via your browser.
Was this helpful? Yes No 71% of people found this helpful.
{"message":""}