Upgrading WPMU to 3.0 and removing of blogs.php
-
Hi,
I have upgraded WPMU 2.7 step by step to WordPress version 3.3.1. I used these instructions https://codex.www.ads-software.com/Upgrading_WPMU.
I followed all instructions, also these:
1.Move the blogs.php out of the /wp-content/ folder. This has been moved to wp-includes/ms-files.php.
2.Update your htaccess rules to reflect this change.
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L] and change it to this: RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]Now photos vanish from our posts when I use browser’s refresh button. Photos seems to vanished also from the Media Library. When I move blogs.php file back onto the wp-content directory the photos do not vanish when using browser’s refresh button and I also see the photos on the Media Library.
I think I have to remove blogs.php because now I get this error message “The wp-content/blogs.php file is deprecated. Please remove it and update your server rewrite rules to use wp-includes/ms-files.php instead.” on the admin Dashboard. I just don’t know how to fix this problem. Somewhere is needed some more settings.
I would be very happy if you could tell me what is needed and to where.
- The topic ‘Upgrading WPMU to 3.0 and removing of blogs.php’ is closed to new replies.