Discovered config problems WPMU -> WP 3
-
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.
- The topic ‘Discovered config problems WPMU -> WP 3’ is closed to new replies.