What version of PHP are you running? Print

  • 1321

To check the current PHP version, please follow these steps:

  1. Log in to cPanel.
  2. Navigate to Software >> MultiPHP Manager (or simply search for "MultiPHP Manager" in the search bar).
  3. The PHP version for each domain will be displayed under the PHP Version column.

Alternatively, you can manually verify the PHP version by following these steps:

  1. In cPanel, go to Files >> File Manager (or search for "File Manager" in the search bar).
  2. Navigate to your website's root directory (typically public_html).
  3. Create a file named info.php.
  4. Add the following code to the info.php file:
    <?php
    phpinfo();
    ?>
  5. Access the file through your browser by visiting: http://yourdomain.com/info.php
  6. The page will display detailed PHP configuration information, including the version.

Important: Be sure to delete the info.php file after checking to avoid exposing sensitive server information.


Was this answer helpful?

« Back

Powered by WHMCompleteSolution