This article describes how to set the PHP version for a specific path. Normally, when you set the PHP version in cPanel using the PHP Selector, that version is used for the entire account. However, if you want to use a different PHP version for a specific domain or subdomain, you can do so.

 

Step 1: Using your preferred text editor, create a file named .htaccess in the directory where you want to use a different PHP version.

Step 2: Copy the following text :

 

<FilesMatch ".(php4|php5|php3|php2|php|phtml)$">
    SetHandler application/x-httpd-alt-phpXX___lsphp
</FilesMatch>

 

Step 3: Replace XX with the PHP version you want to use in the directory. You can use any PHP version that is listed in the cPanel PHP Selector. For example, to enable PHP 8.1, you would type SetHandler application/x-httpd-alt-php81___lsphp. (Make sure you do not include the period in the version number. For example, for PHP version 8.1, type 81.

Step 4: Paste the modified text into the .htaccess file.

Step 5: Save the .htaccess file. The new PHP version takes effect immediately.

 

To verify the new configuration, create a PHP file that runs the phpinfo() function. Load the file in your web browser, and confirm the PHP version. For example:

 

 

If you enabled additional PHP extensions for the default PHP version in cPanel, check the output from the phpinfo() function and confirm that the extensions have also been loaded for the custom PHP version in the directory. If the extensions have not been loaded, please open a support ticket on the Customer Portal at https://portal.hostnext.net and we will resolve the issue for you.

 

 

 

Bu cavab sizə kömək etdi? 24 istifadəçi bunu faydalı hesab edir (92 səs)