How to Correct the HTTP Upload Error in WordPress

Sometimes, you may try to upload an image but get HTTP Error as shown below. To resolve this, follow the steps below:

 

 

 

 

 

  1. Log in to your cPanel
  2. Click on File Manager and navigate to the WordPress installation root directory. Most of the times, this directory is public_html or wp. It is simply the directory where you installed WordPress
  3. Locate the .htaccess file and open it for editing. IF you can’t see it, you will need to enable “Show Hidden Files (dotfiles) ” option in Settings.

 

 

 

 

4. Add the following line of code at the top of the file:
SetEnv MAGICK_THREAD_LIMIT 1

  1. Save changes

 

Was this article helpful?

Related Articles

Leave A Comment?