Images not showing – is it HTTaccess?
-
Hi,
I’m having a problem with images I’m uploading to wordpress.
The original doesn’t show but the resized versions that WordPress makes do.Here’s an example:
Original not showing
https://31.221.7.83/wordpress/wp-content/uploads/2013/01/The-Strypes.jpgAutomatically created and showing
https://31.221.7.83/wordpress/wp-content/uploads/2013/01/The-Strypes-1000×717.jpgAnother site on teh same server with same permissions, etc works fine.
From previous posts I began to think it might be something to do with the .HTTaccess file but I’m not sure. Any help appreciated
Below is .httaccess# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
- The topic ‘Images not showing – is it HTTaccess?’ is closed to new replies.