Forums

[resolved] Discovered config problems WPMU -> WP 3 (1 post)

  1. thelaw
    Member
    Posted 5 months ago #

    Got it -

    Changing VHOST means changing not just VHOST variable but also the definition from "no" to "FALSE."

    define('VHOST', 'no');

    must be changed to this:

    define( 'SUBDOMAIN_INSTALL', false );

    or you get blog not found errors. Might want to include more to the error than just swapping out the variables or else you'll get more pain.

Reply

You must log in to post.

About this Topic