How can I disable the multisite feature of WordPress 3.0?

I want to use the Google XML Sitemaps plugin and it says: “The plugin will not be active until you disable the multisite mode”. I don’t need a multisite mode.

Related posts

Leave a Reply

2 comments

  1. You need to do three things (after backing up your database, of course).

    1. Take out the multisite lines from wp-config.php. In my site, it was three lines referring to multiple domains and multiple sites.
    2. Get rid of the multisite .htaccess. For this, you can either put back the old single-site .htaccess or empty it out. Either option will work.
    3. Remove the multisite database tables:

      • wp_blogs
      • wp_blog_versions
      • wp_registration_log
      • wp_signups
      • wp_site
      • wp_sitemeta