TransWikia.com

Image problem - Multisite image upload broken

WordPress Development Asked by Prakhar Monga on November 23, 2021

I am having a WPMU install in a sub folder and I am facing broken image link problem. There are several solutions online like this one

But nothing worked for me.

I upload images through media in sub sites. They get uploaded to blogs-dir/sites folder, but when I look through the inspect element tool, it shows the path to wp-content/uploads folder.

How to solve this problem?

One Answer

Just change your .htaccess to this:

# BEGIN WordPress
RewriteEngine On
RewriteBase /
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).*) $1 [L]
RewriteRule  ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPress

Answered by Reshad Hassani on November 23, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP