I finally managed to resolved via a rewrite rule:
RewriteRule ^(subsite/wp-content/uploads/)N/(.*)$ $1sites/N/$2 [L,R=301]
where subsite
is the subfolder, and N
is the subsite index
I finally managed to resolved via a rewrite rule:
RewriteRule ^(subsite/wp-content/uploads/)N/(.*)$ $1sites/N/$2 [L,R=301]
where subsite
is the subfolder, and N
is the subsite index