how to edit php.ini of root folder?
I am using shared hosting and I want to enable allow_url_fopen = On in php.ini. When I enable it from cpanel MultiPHP ini editor but its only affect to particular folder and I want to add allow_url_fopen = On in root php.ini because my composer take value of 'allow_url_fopen' from root php.ini.
Thanks.
I would like to change the value:
expose_php = On
to
expose_php = Off
In the php.ini file located at /opt/imh/imh-php72/root/usr/lib/php/php.ini on my server. This is unnecessarily exposing the php and apache versions that my website runs on, and as a Cyber Security Firm, I can't allow that. Can you update this value for me?