WordPress Sites all of sudden have broken images
-
Hi Everyone,
I’m having a tough time trying to fix this issue that I have with images all of sudden not loading on one of my wordpress multisite instances. Here is one of the sites: https://blogs.oliverwyman.com/sustainability/, all the images are broken.
I’ve looked through my htaccess and everything seems fine
#BEGIN WordPress <IfModule mod_rewrite.c> 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] </IfModule> # END WordPress
What I find odd is that on another site (https://blogs.oliverwyman.com/rail/) I get the broken images too, but I do get some images that do load. However, there is a difference in file paths.
Image that doesn’t load: https://blogs.oliverwyman.com/rail/files/2016/06/OWTL_10-North-American-Freight-Rail-Evolution-Required-Teaser_620x298-300×144.jpg
Image that does load: https://blogs.oliverwyman.com/rail/wp-content/uploads/sites/4/2016/06/2016-Q2-Total-Carloads-Plus-IM-e1467124452782.png
I’ve been scouring through the forum and searching for a way to fix this, but I’ve had no luck. Would appreciate any help you guys can offer. ??
- The topic ‘WordPress Sites all of sudden have broken images’ is closed to new replies.