Change PHP Settings

If the default settings for your hosting account do not meet the requirements of your website or application, you can follow these steps to change your PHP settings.

  1. Edit the file (cPanel / Plesk / Web Hosting / Managed WordPress / VPS)

    Example php.ini file:

    memory_limit=128M 
    max_input_vars=2000
    upload_max_filesize=64M
    post_max_size=64M
    max_execution_time=120
  2. Take the necessary steps for the changes to take effect.
  3. Use a phpinfo file to confirm the changes are complete.

More info