• Hi all,

    I have 2 domains registered with Godaddy, say domain1.com and domain2.com. Domain1 is the hosting domain. I further created a subdomian, say sub.domain2.com. All 3 domains are being shown on “Domains” of Godaddy Control Panel.

    WordPress has been installed on domain1.
    I followed following document trying to create multisites;
    Enabling WordPress Multisites
    https://support.godaddy.com/help/article/6143/enabling-wordpress-multisites?isc=smwpsup

    but without success.

    After login on Dashboard -> Tools
    I couldn’t find “Network” there.

    Please help. TIA

    Rgds
    satimis

Viewing 3 replies - 1 through 3 (of 3 total)
  • To see Tools > Network Settings so you can set up Multisite, you have to edit your wp-config. php file, adding this line:

    define('WP_ALLOW_MULTISITE', true);

    above this line:

    /* That's all, stop editing! Happy blogging. */

    Have you done that step already?

    Thread Starter satimis

    (@satimis)

    Yes, I did.

    After adding it on wp-config.php on;
    Dashboard -> Tools -> Network-Setup
    It requests adding some codes on wp-config.php and .htaccess as well. After adding the codes it pop up Error on database message. On googling a folk suggested adding;
    define(‘MULTISITE’, true);
    on wp-config.php

    Then Error on database disappeared. But I couldn’t discover Network on Tools

    satimis

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    If you got to the part about adding more wp-config.php lines, then the Network link is no longer on Tools, it’s in your toolbar.

    Go to domain.com/wp-admin/network ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘About installing multisites’ is closed to new replies.