How to Use php.ini
Direct access to the server's global php.ini file is not available on shared hosting because changes would affect all users on the server.
Instead, website-specific PHP settings can be configured using a .user.ini file.
To configure PHP settings for your website:
- Navigate to your website's
public_htmldirectory. - Create or edit the
.user.inifile. - Add the desired PHP settings.
- Save the file.
The changes will apply only to your website and will not affect other hosting accounts on the server.