How can I use the modules selected in PHP Selector in a directory where in .htaccess I changed the PHP version used (default version is 5.4)? For eg ZIP module. Doesn't that module appear to be loaded in PHPinfo? What am I doing wrong here? Thank you!
-.htaccess-
<IfModule mime_module>
AddType application/x-httpd-alt-php72___lsphp /opt/cloudlinux/alt-php72/root/usr/bin/lsphp .php
</IfModule>
-.htaccess-
<IfModule mime_module>
AddType application/x-httpd-alt-php72___lsphp /opt/cloudlinux/alt-php72/root/usr/bin/lsphp .php
</IfModule>