Multisite Media Library URLs missing site ID
-
I’m developing a new subdomain-driven WP multisite. There is only 1 site so far. Everything works as expected EXCEPT that media library images are stored as is if it is a single WP site. There are no subsite directories inside /wp-content/uploads
For example, I’ve added an logo in the customizer. On the page, there is a 404 for the image at
https://example.com/wp-content/uploads/sites/0/2022/01/QACPS-site-title.pngThat image exists in the media library, but the URL is missing ‘/sites/0/’ part:
https://example.com/wp-content/uploads/2022/01/QACPS-site-title.pngI can’t find any settings that would apply, no evidence that anyone has had this problem. The problem is not just on the server, but also true on my local install as well.
The site was created locally using Local (Local by Flywheel) then migrated with WP Migrate DB Pro to a Siteground dev install.
Any help would be appreciated.
Thanks,
MichaelThe page I need help with: [log in to see the link]
- The topic ‘Multisite Media Library URLs missing site ID’ is closed to new replies.