sparkwoodand21
Member
Posted 1 year ago #
have a blog on sub.domain.com.
domain.com works fine.
on sub.domain.com the images aren't visible when i upload and then publish them on the blog. when i link directly to the image url i get forwarded to the theme 404 not found.
clicking on media > library > (the image) gives us no image although > edit image shows a small version if it, but no scaling can be done.
under options:
fileupload url is sub.domain.com/files
upload path is wp-content/blogs.dir/4/files
upload url path is blank
I've had a look round the forums and can't see anything related. Any advice. Happy to give more information if necessary.
thanks.
Check your uploads path in Settings/Media.
sparkwoodand21
Member
Posted 1 year ago #
there's no upload path in settings / media.
under super admin > sites > (subdomain) > edit
fileupload url is sub.domain.com/files
upload path is wp-content/blogs.dir/4/files
upload url path is blank
sparkwoodand21
Member
Posted 1 year ago #
http://sub.domain.com/wp-content/blogs.dir/4/files/2010/7/graphic.jpg
file is there if i look at it using Coda/Dreamweaver, but even linking to this file gives me a 404.
foodtrip
Member
Posted 1 year ago #
this may help... it helped my issues with images not showing up in posts and pages
.htaccess
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
I noticed that I had wp-contents instead of wp-includes in my rewriterule
Has anyone figured out the solution to this problem, because I'm experiencing it as well. I have tried everything mentioned in this thread, but still doesn't work.