Due to some plugins, I need to downgrade from version 7.3 to 7.0, I tried to do it through htaccess and I was not successful!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Usually what I would do in this case is the following:
Add the ondrej PHP repository:
Run apt update:
Install the PHP version that you need:
Install the required modules:
Disable PHP 7.3:
Enable the older PHP version:
Of course this would also depend on your current setup so make sure to take a backup of your Droplet first!