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!