Hey! I have Cloud linux+php selector and is working for the primary domain(php 5.6) , the other one i tried to set php80 with .htaccess file
<FilesMatch "\.(php4|php5|php3|php2|php|phtml)$">
SetHandler application/x-httpd-alt-php80___lsphp
</FilesMatch>
Is not working all i get is "Your PHP installation appears to be missing the MySQL extension" . If i run phpinfo.php in that directory i don't see the MySQL extension (i see php80).
<FilesMatch "\.(php4|php5|php3|php2|php|phtml)$">
SetHandler application/x-httpd-alt-php80___lsphp
</FilesMatch>
Is not working all i get is "Your PHP installation appears to be missing the MySQL extension" . If i run phpinfo.php in that directory i don't see the MySQL extension (i see php80).