Hello, is it possible to use different PHP verison on different subdomains?
for example, php 7 for my main site www.mydomain.com & blog.mydomain.com and php 5.5 for a subdomain like server.mydomain.com?
thanks in advance
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.
@ryanpq ServerPilot saids “Run websites with PHP 5.4, 5.5, 5.6, 7.0, and 7.1 on the same server. Easily change PHP versions at any time” Does it support to install other versions? http://phpio.net
This question was answered by @jesin:
Hi @newbie,
You would have to manually compile each PHP version and configure Nginx to use a different version for each subdomain. Try this tutorial http://www.sitepoint.com/run-multiple-versions-php-one-server/
Or you could use ServerPilot.io which is a hosting control panel with multiple PHP versions.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @newbie,
You would have to manually compile each PHP version and configure Nginx to use a different version for each subdomain. Try this tutorial http://www.sitepoint.com/run-multiple-versions-php-one-server/
Or you could use ServerPilot.io which is a hosting control panel with multiple PHP versions.