The MU forums have moved to WordPress.org

Un-Set subdomain option (3 posts)

  1. eiso_k
    Inactive
    Posted 18 years ago #

    I have set the option for subdomains at startup but later not used it how do I unset this, the problem is that i allready have people with blogs.

    Best regards,

    Eiso

  2. partypageusa
    Member
    Posted 18 years ago #

    Think u can unset it in the wp-config.php file.
    Change the
    define('VHOST', 'yes');
    to
    define('VHOST', 'no');

  3. eiso_k
    Inactive
    Posted 18 years ago #

    In wp-config.php this is the closest that comes to your line:

    define('VHOST', 'VHOSTSETTING');

    I can't find define('VHOST', 'yes');

    What should i do now?

    Best regards,

    Eiso

About this Topic