The MU forums have moved to WordPress.org

IIS7 Rewrite web.config rule duplication fix (2 posts)

  1. mod80
    Member
    Posted 15 years ago #

    I just started using MU on IIS7. I ran into a problem with the wp-admin/includes/misc.php file. The XPATH statment was looking for an exact match of 'wordpress' when it should have used a starts-with expression.
    The fix is simple.

    file: wp-admin/includes/misc.php
    replace: [@name=\'wordpress\']
    with: [starts-with(@name, \'wordpress\')]

    Hope that helps anyone with the same problem.

  2. sokratesagogo
    Member
    Posted 15 years ago #

    Thanks,
    I was having problems with WP3 multisite beta on IIs7 and this fixes the problem.
    Ty

About this Topic

  • Started 15 years ago by mod80
  • Latest reply from sokratesagogo