• Redy? Go!
    1. Set permalinks /category/postname/
    2. Create post and upload image. Set for image: “Show – Thumbnail” and “Link to – page”
    3. Open site and view your post. (it`s ok)
    4. Try click on image. Oops! It`s 404 error! Wtf?

    But if you permalinks look like http://yoursite.com/?p=123, then its ok, you will see your image, and no 404 error. Tell me please, why, and what i should do?

Viewing 5 replies - 1 through 5 (of 5 total)
  • looks like you are having a problem with your rewrite Engine

    in the .htaccess file.

    take a look at it before and after setting your permalink structure and see if there is any change.

    It may need to be updated manually

    Thread Starter glook

    (@glook)

    Well… It`s all ok with .htaccess file.
    This code in file after setting permalinks /category/postname/ mode.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    And all work fine, but not thumbnails…

    do you have a link to the site ?

    Does anybody no how to fix this? I have seen ton’s of people ask about this, I’m having the same problem.

    Thread Starter glook

    (@glook)

    Ok, guys, it`s a bug!
    http://codex.wordpress.org/User:Lolrus/Using_Attachments#Troubles

    see Attachment page not found (404)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘404 error when try open image from thumbnail’ is closed to new replies.