Setting limits in php.ini - Windows (SolidCP)

If you are getting errors while trying to upload files via your PHP based application (Wordpress...). 

Please open a TICKET to our technical department in order for us to create a custom php.ini for your user.

After that you will be able to manage your php.ini settings yourself by following these steps:

  1. Login to your SolidCP panel.

  1. Click on File Manager.

  1. Enter the PHP folder that is created under your home directory for the user.

  1. Scroll down to the php.ini and click the Edit button.

  1. From the new window you can change the values of upload\_max\_filesize and post\_max\_size which is primary related to your PHP upload limit.

  1. Once you are done click Save.

If the error is still present you might need to update the IIS upload limit.

This can be done by following the steps below:

  1. From the File Manager navigate to your website wwwroot directory.

  1. Scroll down to the web.config and click Edit.

  1. Add the following lines just under at the beginning of the file:

`

`

  1. Once you are done click Save.