Multisite Images not showing on one siet
-
Hi Ladies and Gents
Here is my problem.
I have transferred my WordPress Instal from WP-Engine to HostGator and now have it running.
Now the problem!
On site 2 (apfmag.mdmoublishing.com) images / thumbnails are not being shown even tho they are on the server and I can view them through C-Panel!?
This also is the same if I view them in the media library as well but if I click edit I can see the picture!All other sites are fine and working.
Main site
mdmpublishing.comSubsites
iffmag.mdmpublishing.com
ifpmag.mdmpublishing.comHere is my .htaccess file
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][Redacted]
I have done the following.
Turned off all plugins with no change.
I have renamed the plugins folder with no change.
I have reset the image folder permissions and images themselves and this have had no change.I am hoping someone out there can see the error or why it is happening.
- The topic ‘Multisite Images not showing on one siet’ is closed to new replies.