How to Set the PHP Version per Directory in cPanel

Do you want to use different PHP versions per directory? You can do this using cPanel and the dot htaccess file.


1. Log in to your cPanel account.


2. In the Software section, click on MultiPHP Manager.


3. The first thing we need to do is to get the code generated by cPanel.

4. Scroll down to the bottom of the page. Select your domain from the left side of the screen. You can view the PHP Version from the drop-down menu on the right. Please, select the appropriate PHP version from it and click on Apply.


5. First, open the /public_html/.htaccess file in the cPanel File Manager, and you will find the code generated by cPanel.



6. After you copy the code, should you wish to set the PHP to version 8.1 in the directory forums, create a .htaccess file in the directory /forums/ and paste the code generated in the previous step.


7. Congratulations, now your directory forums is using PHP 8.1. Should you wish to set any other directory to use the same version of PHP as well, you would only need to copy the code from the .htaccess file and paste it into that directory.


Now, reset your PHP version from your primary domain. Should you wish to use a different PHP version on any directory, follow steps five and six, generate the code, copy that code from /public_html/.htaccess and paste it into the directory where you want to set the selected PHP version.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Reset cPanel's Account Password

If you have access to your cPanel account, follow these steps to reset your password:1. Log in to...

How to Create an Additional Web Disk Account in cPanel

You can use the cPanel's login details to access your Web Disk. You can also create an additional...

How to Edit or Remove a Record in cPanel

You can edit or remove a Record in cPanel using the cPanel's DNS Zone Editor. It allows you to...

How to Add a CNAME Record in cPanel

CNAME records are referred to as alias records since they map an alias to its canonical name. You...

How to Edit or Remove an MX Record in cPanel

You can edit or remove an MX Record in cPanel using the cPanel's DNS Zone Editor. It allows you...