• Currently have two networks

    / – Base site with registration enabled
    /blogs/ – 2nd network with Site Registration Enabled.

    I followed the instructions listed in this post to allow my /blogs/wp-signup.php file to work,

    Deleted the following:

    define( 'DOMAIN_CURRENT_SITE', 'memoirsite.com' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );

    and it creates seemingly the new blogs just fine. However I get a 404 when trying to visit the front end or the backend.

    What I was able to successfully to was visit the front-end and backend from the main network ‘domain.com/new2ndnetworksite’ even though in the 2nd network it states it has been created and the pathname equates to domain.com/blogs/new2ndnetworksite’.

    Has anyone encountered this?

  • The topic ‘New Blog Signup – Multi Network’ is closed to new replies.