Forums

[resolved] Can't Disable Child Blog Signup (3 posts)

  1. angelazou
    Member
    Posted 3 months ago #

    Hi,

    I have added the following line the wp-config.php of my parent blog, but my site is still offering child blog when it hits an unknown sub-domain name. Why?

    //define( 'NOBLOGREDIRECT', '' );

  2. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 3 months ago #

    Because you have // in front. That means "This line is a comment"

    Change it to define( 'NOBLOGREDIRECT', '' );

  3. angelazou
    Member
    Posted 3 months ago #

    ah, I see

Reply

You must log in to post.

About this Topic