Aloha! re:
http://wordpress.org/support/topic/404-error-on-uploaded-images?replies=8
The fix in that post, did not work for me.
Aloha! I have the same issues noted in the resolved post.
Example page: https://pwrnetworkllc.org/new
this image: https://pwrnetworkllc.org/wp-content/uploads/2013/12/blue-divider.jpg
displays just fine when you click on that link
the image will NOT display in both the dashboard (when creating a new post or page) nor will it show up in the live page.
My .htaccess file did not have:
<Files *.php>
deny from all
</Files>
in it . .
all that file has is:
# 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
--
Other ideas most wecome!