Knowledge Base
Categories: Legacy Domain
Powered by Network Solutions: How to increase WordPress PHP memory
Important: This article applies to WordPress customers who want to update/increase PHP memory limits. The php.ini file is a unique file for PHP. The server already has standard settings for PHP, which your website will use by default. If you need to update any settings, you don't need to create or update a new php.ini file. Instead, you can make changes by using an FTP program.
To learn more about updating php.ini and user.ini to boost PHP memory, please click this article: How do I increase PHP memory for WordPress?
Manually changing your PHP limits for your account manager is also possible.
Here is how you do it.
- Log in to your account manager via https://www.networksolutions.com/my-account/login.
- Click Websites & Hosting from the left navigation menu.

- Navigate to the hosting package you want to access, then click Edit website next to the domain name you want to manage.

- Select Scripting Config on the left section of the page, then click Manage PHP Scripting on the right.

- Click Manage php.ini under the ACTIONS tab.

- To update the php.ini/user.ini, click View Default php.ini.

- Locate the following blocks of code within your php.ini file.
; Maximum size of POST data that PHP will accept. ; http://php.net/post-max-size post_max_size = 20M ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize upload_max_filesize = 20M ; Maximum number of files that can be uploaded via a single request max_file_uploads = 20Modify the highlighted values as desired:
post_max_size→ (example: 30M, 40M, or 50M)upload_max_filesize→ (example: 30M, 40M, or 50M) — must not exceedpost_max_sizemax_file_uploads→ (example: 30, 40, or 50)
- Once done, click on the Save button.
Get practical tips and product updates on LinkedIn.
Follow Network Solutions
Did you find this article helpful?