Support » Networking WordPress » Multisite broken images in subsite

  • Hello,

    I am pretty new to the WordPress. I have the website: http://www.qarta.fi
    Additionally I had the http://www.qarta.fi/demo subdomain which worked fine.

    2 weeks ago all images disappeared from the subdomain (both from the frontend and media library). I created new subdomain, and it has the same issue: when I upload the image to the media, the link is broken and the image does not appear on the subdomain website.

    I had spent some time looking for the solution on forums, and guessed that this is something about the .htaccess, but I could not solve it by myself.

    In case that is needed, here is my .htaccess:

    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]

    Also, I found the .htaccess_bu file – not sure what is that.

    Thank you for you help in advance!
    Kira

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite broken images in subsite’ is closed to new replies.