Image Upload Issue on Sub-directory Sites
-
WordPress 3.8, Multisite installed thru godaddy. Sunrise.php moved to correct location, all files edited as need be.
This is not my 1st use of WordPress Multisite, I have researched this issue, and see people with the same issues, but still cannot seem to correct this on my own.
Main-Site: scrapmetalalloytester.com
Sub-Site (Domain Mapped): innoifs-10.comI cannot upload any images to my sub-site. They just show up as a greyed out box in my media library.
I currently have this in my htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule>
For the site setting, ‘wp-content/blogs.dir/4/files’ is what it is currently set as by default.
Here is a page where an image should be: https://innoifs-10.com/?attachment_id=11
I verified thru ftp that the image is there ‘/wp-content/blogs.dir/4/files/2013/12’ and all permissions are fine.
Any help is appreciated.
Thanks,
Ken
- The topic ‘Image Upload Issue on Sub-directory Sites’ is closed to new replies.