• Hey Folks,

    I’ve seen a lot of errors folks getting similar errors.

    When I upload stuff from my https://www.domain.com everything is fine, but when I uploaded media from my x.domain.com I get a broken image. I checked my host filemanager, and nothing is getting uploaded to the blogs.dir folder, but rather all my media is going to my wp-content/files/year/month/ folder regardless of what subdomain I’m using. help please!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter myhairisspikey

    (@myhairisspikey)

    Here’s my .htaccess file

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    Thread Starter myhairisspikey

    (@myhairisspikey)

    Also, since updating the htaccess now my non-www site redirect to

    https://radicalstylescom.www.radicalstyles.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress MS uploaded media broken’ is closed to new replies.