You can customize PHP settings like memory limit or max upload size without needing root access.

Using .user.ini:

  1. Navigate to your website root folder via File Manager.
  2. Create a file called .user.ini if it doesn’t exist.
  3. Add overrides like:
    memory_limit = 512M
    upload_max_filesize = 128M
  4. Save and allow 5 minutes for the changes to apply.

These settings override the server’s default PHP configuration only for your site.