Another Image Issue Thread
-
Hi, I’ve read probably a dozen threads of people with this issue, but I can’t seem to find a resolution that works for me. I installed multisite this morning, and when uploading images to a secondary site, they do not rewrite to the proper location. Images work fine on main site. On secondary site, I’ve tried using the default theme and all of my plugins are currently deactivated.
Here is my full .htaccess file:
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 is: wp-content/blogs.dir/2/files
Fileupload Url is: http://secondary.mainsite.com/files, with the site info of courseImage file is visible at upload path location, but not rewrite location. Image file also doesn’t appear in Media Library. I am using GoDaddy hosting configured to allow subdomains and mod_rewrite is automatically enabled. Post permalink works just fine.
What am I overlooking?
The topic ‘Another Image Issue Thread’ is closed to new replies.