• Reginald

    (@nicregi)


    Hi guys. I have the same problem as said here: 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

Viewing 1 replies (of 1 total)
  • Phil

    (@owendevelopment)

    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.