• Hi guys, everything was fine with our site but then we set up the multi-site function and now things are really playing up.

    The main issue we have is that say that they’ve uploaded but then they don’t display in the media folder or on the site. We just get a blank tile. Any ideas?

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

    (@benlovel)

    This is all I’m getting in the media library!

    https://clone.mlcpartners.co.uk/nopicsexample.jpg

    Thread Starter benlovel

    (@benlovel)

    If I click to edit an image, the image appears but when I click save and go out, it’s just a grey box again!

    From reading up, it may be a problem with the .htaccess file as this was set up for the minisite function?

    Here’s what the .htaccess file says:

    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not uploading / displaying’ is closed to new replies.