• Resolved lognic

    (@lognic)


    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

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter lognic

    (@lognic)

    AllowOverride” is set to “All” or “Options All” in your httpd.conf file — not possible in go daddy– have to have a virtual server account– VPN

    does blue host the same?

    the above rewrite rules don’t work at least for — Sub folders

    here is an image of what i was doing
    https://scorenit.com/wpmu/wp-content/blogs.dir/3/files/2014/01/htaccess.PNG

    I have install a wordpress as regular site — then made it multisite and images are uploading fine for the all sub domains..

    any ideas

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    the above rewrite rules don’t work at least for — Sub folders

    This is because you’re not really giving us the right info. Which is okay. It’s a lot of weird stuff. Try this?

    RewriteRule ^wpmu/aandp-kendall/files/(.+) aandp-kendall/wp-content/blogs.dir/3/files/$1
    Thread Starter lognic

    (@lognic)

    sorry about not giving you the right info —

    that rewrite did not work either— sorry for this huge problem

    site address:
    https://scorenit.com/wpmu/aandp-kendall/wp-admin/upload.php

    1) The location the image is actually installed on your server – like /wp-content/uploads/blahblahblah

    store address (FTP)
    /public_html/wpmu/wp-content/blogs.dir/3/files/2014/01/htaccess.PNG

    Working Image address (FTP): https://scorenit.com/wpmu/wp-content/blogs.dir/3/files/2014/01/htaccess.PNG

    2) The site NUMBER we’re talking about

    site url: https://scorenit.com/wpmu/aandp-kendall

    /wpmu/aandp-kendall/ sit upload path— wp-content/blogs.dir/3/files

    the other site is :

    site url: https://scorenit.com/wpmu/forum

    /wpmu/forum/— site upload path– wp-content/blogs.dir/2/files

    if you like i could give you access to the site and ftp- send me your email or skype

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Oh HI brain. Mine, not yours.

    RewriteRule ^wpmu/aandp-kendall/files/(.+) /wpmu/aandp-kendall/wp-content/blogs.dir/3/files/$1
    Thread Starter lognic

    (@lognic)

    sorry to say that is not working :

    here is the .htacces:

    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    RewriteBase /wpmu/
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^wpmu/aandp-kendall/files/(.+) /wpmu/aandp-kendall/wp-content/blogs.dir/3/files/$1
    
    # 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>

    I’m certain that at least in godaddy the subFOLDERS options does not work for WPMU.

    i tried the sub-domain and works fine until now.. i think i will call this quits — thanks allot for all the support

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘New Multisite User – Can't see any images’ is closed to new replies.