• HI
    I have installed and configured multisite on a fresh wordpress install.
    The network admin allows me to add a new site and even displays the new site in the list on the /network/sites admin page but does not actually create the new site.
    It does not get added to the WordPress admin toolbar dropdown under “My Sites” so I cannot access and admin page for the new site.
    It also does not create the site to access via browser “test.example.com” but I have no issues with the main site “example.com”
    Anyone have an idea what i may have missed or what setting could be wrong?
    I am using Siteground hosting so should be optimised for wordpress installations.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t see a link to your multisite or the subdomain site you created but I’m wondering if you created a wildcard subdomain in DNS and will SiteGround’s control panel (if they offer one) allows subdomains or will even work with wildcards.

    So that’s about all I can tell you.

    I have no idea why the new sites don’t show up in ‘MySites’ either but I don’t use ‘MySites’ list very much as my multisites overwhelm that dropdown list.

    Thread Starter scratch81

    (@scratch81)

    JNashHawkins Thanks for your response.
    Siteground have an option to install multisite from original setup but it only installs as subdirectories.
    I have changed the code in wp-config.php from:
    define( ‘SUBDOMAIN_INSTALL’, false ); to
    define( ‘SUBDOMAIN_INSTALL’, true );
    The complete config addition is:
    define( ‘WP_ALLOW_MULTISITE’, true );
    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, true );
    define( ‘DOMAIN_CURRENT_SITE’, ‘wantlocal.com.au’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    I have not changed any other code.

    There is an option for wildcard subdomains and this is enabled.
    I am continually getting “server IP address could not be found” errors when trying to log in by browser and also trying to link from the network admin area.

    the main website URL is wantlocal.com.au
    The sub site is template.wantlocal.com.au
    Cheers

    Both of those sites seem to be working from what I can see.

    If I add /admin/ to either site’s ‘domain name’ I get a login modal…

    My only question would be is the ‘template’ subdomain actually on the multisite and did the installer install into a subdirectory and, if so, then how did you deal with that? But since it seems to be working I’d say you are fine.

    As to navigating to the subsites, you should be able to do that via the network dashboard by going to ‘sites’ since they don’t show in the ‘mysites’ dropdown.

    Changing SUBDOMAIN_INSTALL to true is okay if it works as it’s a new install otherwise you shouldn’t ever change that on an older install as it might collide with a few subdirectories that WordPress creates during site creation and the domain mapping process.

    If you still can’t see the sites then reload the pages or clear your browser cache.

    If you can’t get into the ‘templates’ site to admin anyother way then just type the FQDN into the browser bar and add /admin/ to the end of that.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multisite – No Sites generated’ is closed to new replies.