• Resolved Jensr

    (@jensr)


    When embedding images on my blog, I get a ‘broken image’ icon. I don’t really see why..

    I have no problems uploading them and when you browse to the URL of the image it works just fine.

    The permissions of my upload folder are 777. The content of my .htacces file is the following:

    # 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 3 replies - 1 through 3 (of 3 total)
  • Jensr,

    The file is uploading through the wp-admin tool?
    The file is visible in your browser at the address, but not in a post?

    Is it visible in the post, in the admin?

    Thread Starter Jensr

    (@jensr)

    I upload them via the image uploader in the admin interface. They also don’t show up in the media manager (just a broken image icon) but using FPT I see that they are uploaded and when I browse to them directly they work fine.

    As you can see here. The embedded images are not working, when you click one one however they do show up.

    Thread Starter Jensr

    (@jensr)

    Allright so this only seems to happen with things that are uploaded recently, the images in older articles work just fine.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘403 error when embedding images’ is closed to new replies.