The MU forums have moved to WordPress.org

Need help with wp-includes/ms-files.php and rewrite rules (2 posts)

  1. billdennis5
    Member
    Posted 14 years ago #

    I just upgraded my site, tellpeopria.com to the new WPMu 3.0. All wsent well, but I was asked to do this:

    "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."

    I'm comfortable deleteing the file, but rewriting the server rules scares me.

  2. andrea_r
    Moderator
    Posted 14 years ago #

    http://wpmututorials.com/how-to/upgrading-from-wpmu-to-wp-3-0/
    Details there.

    basically find this line:
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    change it to this:
    RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

    See what I did there? :)

About this Topic

  • Started 14 years ago by billdennis5
  • Latest reply from andrea_r