Loading...

Knowledge Base

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.

  1. Log in to your account via https://www.networksolutions.com/my-account/login.
  2. Click Hosting on the left navigation menu.
    Hosting Menu
     
    Note: Alternatively, if you have multiple hosting accounts, you need to click MANAGE first to proceed with Step 3.
  3. Then select the specific website and click the MANAGE button if you have multiple hosting accounts.
    Hosting Manage Button
     
  4. Select Scripting config on the left section of the page, then click Manage php.ini on the right, under PHP Scripting.
    Scripting Config
     
  5. To Update the php.ini/user.ini, access this.
    php.ini
     
  6. 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 = 20  
    

    Modify the highlighted values as desired:

    • post_max_size → (example: 30M, 40M, or 50M)
    • upload_max_filesize → (example: 30M, 40M, or 50M) — must not exceed post_max_size
    • max_file_uploads → (example: 30, 40, or 50)
  7. Once done, click on the Save button.
Did you find this article helpful?

 
* Your feedback is too short

Loading...