Question
different php version for different subdomains
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.
×
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.