Switching PHP Versions in cPanel
How to change your PHP version using MultiPHP Manager.
cPanel includes MultiPHP Manager, a built-in tool that lets you switch PHP versions for individual domains or your entire account.
Available versions: 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5
By default, Fornex Web Hosting uses PHP 8.1.
Option 1: Change PHP version in cPanel
- Log in to your cPanel account.
- Scroll to the Software section and click MultiPHP Manager.
- In the dropdown at the top, select the domain you want to change.
- Under PHP Version, pick the version you need.
- Click Apply.
MultiPHP Manager section in cPanel
Choosing a PHP version for a specific domain
Option 2: Change PHP version from your Fornex dashboard
- Log in to your Fornex dashboard → go to Web Hosting.
- Select the hosting → open the Advanced tab → click PHP versions.
- Choose the domain and select the new PHP version.
- Hit Apply changes.
PHP version selector in the Fornex dashboard
Our products and services
How to check your current PHP version
- Create a file called
info.phpin your site's root folder (public_html). - Paste the following code inside:
<?php phpinfo(); ?> - Save the file.
- Open your browser and go to:
https://your-domain.com/info.php - Look for the PHP Version line at the top.
Page showing the active PHP version
Important: Delete info.php immediately after checking — it exposes sensitive server information.
Useful notes
- PHP version changes apply instantly — no server restart needed.
- Older sites or plugins may break on newer PHP versions. Always test on a staging domain first.
- Not all PHP versions support every module/extension — if something stops working, check compatibility.
Help
If you have any questions or need assistance, please contact us through the ticket system — we're always here to help!