Images Not Displaying On Multisite – Cannot Seem to Fix
-
Good Afternoon All
I’ve spent several hours working on this issue but haven’t found a solution.
I have wordpress multisite setup but images are not displaying on the sub site, it seems that this is quite a common issue.
The tiny url for the multisite is https://tinyurl.com/q38qryj
The images are not displayed in media manager or on the site itself.
In media manager on the sub site the url for images are listed as siteaddress/subdomain/files/.
The actual images are stored in sitename/wp-content/blogs.dir/multisitenumber/. Having read through the emails I created the path sitename/sites/multisitenumber/ and copied all the images to there but this hasn’t made a difference.
- I have contacted my host and the override all command is added to the apache configuration by default.
- Using the latest version of wordpress
- I have the suggested .htaccess file : –
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).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
- In the wp-options3 table, I have tried wp-content/sites/3/ and wp-content/blogs.dir/3/files as the upload path
If anyone would be able to help it would be greatly appreciated, If you need any more information please let me know.
Thank you in advance
- The topic ‘Images Not Displaying On Multisite – Cannot Seem to Fix’ is closed to new replies.