WordPress Developer : Fix Http Error when uploading images.
If you are having issues with the Image uploader. Sometimes it just takes a small amount of work to get this issue fixed. The first thing I would recommend doing is checking you Htaccess file. Make sure it has the following code : AddType x-mapp-php5 .php # Begin Wordpress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond [...]