Hi I just converted a server from EA3 to EA4 and now cpanel has written the following to all my users htaccess files...
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56†package as the default “PHP†programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php56___lsphp .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
All users were previously using PHP Selector.
I only have one native version installed ea-php56 which is the default version on the server.
Your documentation says that if I select the default version for the users in WHMs MultiPHP Manager, the CloudLinux PHP Selector will take control of the version. But this doesnt appear to be happening. From what I can tell - selecting this version has forced the cpanel PHP manager to add the above handler to all my users htaccess files.
How can I fix this?
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56†package as the default “PHP†programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php56___lsphp .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
All users were previously using PHP Selector.
I only have one native version installed ea-php56 which is the default version on the server.
Your documentation says that if I select the default version for the users in WHMs MultiPHP Manager, the CloudLinux PHP Selector will take control of the version. But this doesnt appear to be happening. From what I can tell - selecting this version has forced the cpanel PHP manager to add the above handler to all my users htaccess files.
How can I fix this?
Comment