Image Upload Problems on Subdomain
-
I am having trouble uploading images to my subdomain since upgrading to 3.0. The subdomain was added just prior to the upgrade, then after upgrade I removed it completely and started from scratch – long, irrelevant story.
Image uploads show as a red x in “Media” and when I follow the URL to the image, I receive a 404 error.
My .htaccess is as follows:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]Upload path: /wp-content/blogs.dir/4/files/
Upload URL path: https://buzz.modernmamaz.com/files
Fileupload URL: https://buzz.modernmamaz.com/filesExample image URL: https://buzz.modernmamaz.com/files/2010/12/ModernMamazBannerBuzz1.jpg
Any help would be VERY appreciated!
- The topic ‘Image Upload Problems on Subdomain’ is closed to new replies.