Forums

[resolved] 403 error when embedding images (4 posts)

  1. Jensr
    Member
    Posted 1 year ago #

    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
  2. christopherross
    Member
    Posted 1 year ago #

    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?

  3. Jensr
    Member
    Posted 1 year ago #

    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.

  4. Jensr
    Member
    Posted 1 year ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic