Multisite Images not working on non-primary site
-
Hi there,
Another user here having image issues with MU non-primary site.
The images are uploaded OK and can be seen by FTP client and when looking at the actual file path but in the front and backend the images cannot be seen. An example is as follows;
Attachement URL: https://gingerbreaddesign.co.uk/todd/files/2012/11/RecoveryTools.png
File’s Server path: https://gingerbreaddesign.co.uk/wp-content/blogs.dir/2/files/2012/11/RecoveryTools.pngI have checked the .htaccess and can confirm it us being queried… here it is
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPress
I have also contacted my host and they have told me that AllowOveride is set to All.
I’m certain that this was working some weeks ago and I’m not sure I have changed/upgraded anything which would affect this.
Is anyone able to please give me any pointers as to where to look next? Are there any known ways of confirming the httpd.conf settings without hassling my hosts again?
Thanks in advance,
Todd
- The topic ‘Multisite Images not working on non-primary site’ is closed to new replies.