Broken Images in WP Multisite
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Broken Images in WP Multisite’ is closed to new replies.