$ which php
/usr/bin/php
$ mv /usr/bin/php /usr/bin/php-backup
$ ln -s /opt/plesk/php/7.3/bin/php /usr/bin/php
$ php -v Search Knowledge Base Articles
Change PHP Version On PLESK Terminal
Did you find this article useful?
Related Articles
-
Deploy web project to server (PLESK) as a subdomain or staging phase from your Github.com
CloudFlare.com Go to Cloudflare.com and sign in At the home page, you will see a list of domain lik... -
Install, configure, and manage Laravel queue workers using Supervisor on a Linux server
🛠 Step 1: Install Supervisor For Ubuntu/Debian sudo apt update && sudo apt install ...