WordPress MU: Fix broken images on 2.9 to 3.0 upgrade
28 July 2010
No Comment
If you have noticed all your blog images breaking after upgrading to WordPress 3.0 from WordPress MU, you will need to make a simple change to the .htaccess file.
- Remove the wp-content/blogs.php file as it is no longer supported in WordPress 3.0. It has been replaced with wp-includes/ms-files.php
- Locate the .htaccess file in the root directory
- Find the following line:
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
- Replace it with:
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
- This should fix the problem with broken images/files not showing up in the WordPress MU blogs.









Leave your response!