HOW TO: Change your PHP version in cPanel

Login to your cPanel account and then type in MultiPHP in the top search, then click on the icon for MultiPHP Manager.

Now select all of your domains/subdomains in the list, select the PHP version you want in the dropdown, then click the Apply button.

And that's it! Now you're domains are using the new version of PHP (double check your website and scripts to ensure there are no compatibility issues).

  • 2 utilizatori au considerat informația utilă
Răspunsul a fost util?

Articole similare

HOW TO: Backing up files with 1 line of code

rsync -avz /my/folder/ user@SERVERIP:/home/user/my/folderYup, that's it. All you do is enter the...

HOW TO: Cancel your service

Login to the Client Area. Click on "My Services" under the "Services" tab at the top. Click...

HOW TO: Creating an SSH RSA Key with PuTTYgen.exe

1) Open PuTTYgen.exe set the type to SSH2 RSA and minimum 1024 bits.2) Click "Generate" and move...

HOW TO: Backup your MySQL database

The easiest way to automatically backup your database is with a simple cron job running the...

HOW TO: Automatically backup your user data with rsync

Here is a quick and easy way to backup your files and MySQL database with a simple script:...