• Hello, I’ve got a problem with one of my clients sites on a WP Multisite. After uploading images to sub-sites the image is broken, however I can see that it’s uploaded to the server if I check via FTP. Any ideas on how to fix the broken images?

    Some helpful specs to help troubleshoot:

    .htaccess file:

    # BEGIN WordPress
    <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]
    
    # END WordPress

    Main site Image
    https://cesm.rosarioballve.com.ar/wp-content/uploads/2012/04/CAE-paginainterna-final.jpg
    Sub site Image
    https://cesm.rosarioballve.com.ar/mexico/files/2015/05/mapa-refugios-gde.jpg

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Go to Admin -> Settings -> Media and make sure both the Store uploads in this folder and Full URL path to files entries are blank and Save Changes.

    Thread Starter pand1982

    (@pand1982)

    I am sorry, I’m not following you. Where I have to look?
    The only think I am finding in Settings – Media are the images sizes…

    Thread Starter pand1982

    (@pand1982)

    Hello, can anybody help me??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broken Images in WP Multisite’ is closed to new replies.