• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter development14

    (@development14)

    Hi Everyone

    Would it be possible for someone to take a look at this one?

    Many Thanks

    Thread Starter development14

    (@development14)

    If the extra information helps, when I try to upload images, they are added to the /wp-content/blogs.dir/ directory regardless of the settings in the wp3-options table.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images Not Displaying On Multisite – Cannot Seem to Fix’ is closed to new replies.