admin管理员组文章数量:1134246
I recently migrated a WP Multisite (600+ subsites). All of the images are in the correct folders, but just get broken images, file not found, etc. I have tried:
- Regenerating Thumbnails via plugin and WP-CLI
- Resetting Permalinks
- File Permissions
I am at a total loss for ideas.
I recently migrated a WP Multisite (600+ subsites). All of the images are in the correct folders, but just get broken images, file not found, etc. I have tried:
- Regenerating Thumbnails via plugin and WP-CLI
- Resetting Permalinks
- File Permissions
I am at a total loss for ideas.
Share Improve this question asked Sep 5, 2023 at 17:00 Eric NiemillerEric Niemiller 12 Answers
Reset to default 0Use https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Tools_and_setup/What_are_browser_developer_tools to determine:
Are the URLs absolute or relative as seen in browser source?
Is the path correct for the images that throw the 404's?
If you changed domains, take a look at https://wordpress.stackexchange.com/search?q=CLI+change+domains
Figured out the WP install on the new host didn't update the .htaccess file to include the upload path
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
本文标签: Images Not Displaying On Page or Media Gallery After Multisite Migration
版权声明:本文标题:Images Not Displaying On Page or Media Gallery After Multisite Migration 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736813650a1953998.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论