New Multisite User – Can't see any images
-
please need some help
I do not see the images upload it to media library— all i see is broken link.
yes i have check the upload path- and images are been uploaded into the server. they are just not displaying.
the issue seems to be limited to my subdomains and the network dashboard only. New files uploaded to the original site via its dashboard show up fine.
subdomains upload into blogs.dir
main site upload into Uploads
also tried change into Uploads folder for subdomains– no luck
i have read about —hotlink protection but i have it disable on my C-panel
here is My .htacess file :
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /mu/ 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>
please help
- The topic ‘New Multisite User – Can't see any images’ is closed to new replies.