JPG files on some blogs seem to be corrupt. When I clicks to view the image on a post it open as corrupted text. I have added those lines to .htaccess file to force the memtype, but the problem still exists
<Files ~ "\.(jpe?g|bmp)$">
ForceType image/jpg
</Files>
Anyone have any ideas how to solve this?