Title: WP HTTP Error when loading image
Last modified: August 20, 2016

---

# WP HTTP Error when loading image

 *  [Reginald](https://wordpress.org/support/users/nicregi/)
 * (@nicregi)
 * [14 years ago](https://wordpress.org/support/topic/wp-http-error-when-loading-image/)
 * Hi guys. I have the same problem as said here: [http://jonrwilson.com/2009/12/wordpress-http-error-crunching-htaccess/](http://jonrwilson.com/2009/12/wordpress-http-error-crunching-htaccess/)
 * Whenever I try to upload an image as a featured image, the size will be 0 x 0
   and it shows HTTP error. I tried using the method (link above) and it doesn’t
   work because my .htaccess has like Begin W3 Total Cache etc. I tried deactive
   all plugins but still, the same #Begin w3 total cache is there instead of #Begin
   WordPress…
 * I am really out of ideas. Can you please help me solve this problem?
 * My website is [](http://bloggersdeck.com)

Viewing 1 replies (of 1 total)

 *  [Phil](https://wordpress.org/support/users/owendevelopment/)
 * (@owendevelopment)
 * [14 years ago](https://wordpress.org/support/topic/wp-http-error-when-loading-image/#post-2721160)
 * What happens if you overwrite your htaccess file with the default WordPress one?
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘WP HTTP Error when loading image’ is closed to new replies.

## Tags

 * [http error](https://wordpress.org/support/topic-tag/http-error/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Phil](https://wordpress.org/support/users/owendevelopment/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/wp-http-error-when-loading-image/#post-2721160)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
