Forums

[resolved] jpg files can't be accessed (3 posts)

  1. robert.glez
    Member
    Posted 10 months ago #

    Hi all,

    I'm having an odd problem. None of my JPG images is shown. When I try to access them, I get a not found error. PNG images, however, work normally. For example:
    http://www.sos-sagunto.org/wp-content/uploads/2011/06/adoptados.jpg

    http://www.sos-sagunto.org/wp-content/uploads/2011/06/adoptados.png

    They are all located under wp-content/uploads/2011/"month"/ and have the same set of permissions. Both JPG and PNG images were uploaded and appear normally in the media library.

    The hotlink protection (on CPanel) is absolutely disabled.

    This is my .htaccess if it might be the cause:

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

    # END WordPress

    Do you have any idea? It's weird, isn't it?

    Thanks a lot beforehand!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    Sounds like JPG encoding issue to me.

  3. robert.glez
    Member
    Posted 10 months ago #

    Thanks a lot esmi! I think you were right, after resaving those problematic files with a photo editor, they can be accessed and shown.

    Solved then!

    Cheers.

Reply

You must log in to post.

About this Topic

Tags