Hi,
I'm wondering if there is an alternative way for MultiPHP to set PHP version instead of altering the .htaccess file? Each time the PHP version is changed it adds the following code:
It plays havoc with websites that rely on version control, it can create conflicts in git.
I'm wondering if there is an alternative way for MultiPHP to set PHP version instead of altering the .htaccess file? Each time the PHP version is changed it adds the following code:
Code:
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php71” package as the default “PHP” programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php71 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit