Increasing Maximum Upload File Size in WordPress

If WordPress has been installed via Softilicious on the shared server then you may find that there is a 12MB upload limit imposed. This can affect your ability to import sites using the All-In-One WP Migration plug-in.

To fix this you can edit the php.ini file through cPanel.

  • Open cPanel
  • Open MultiPHP INI Editor
  • Scroll down to find the PHP directive “post_max_size” and change this to 128M (for example)
  • Do the same for the “upload_max_filesize” directive
  • Click Apply