• This is my first install of multisite on WP. I first set it up using sub directories, then we had to change it to subdomain. My config file reads the following:
    define(‘WP_DEBUG’, false);

    define(‘WP_ALLOW_MULTISITE’, true);
    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, true );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘mysite.com’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    Our host is Godaddy. I was trying to create the wildcard subdomain with them but they said that was not possible. I manually created the subdomain in Godaddys control pannel. When I go to the subdomain url I get a coming soon page so I figured that the creation of the subdomain will actually take 24hours. But now I went into wpadmin dashboard and the subdomain is not listed from the MySites dropdown and but it is listed if I go under MySites, Network Admin, Sites. When I click the dashboard link to the subdomain I get a 404 Not Found error.

    Any help regarding this is greatly appreciated as I am absolutely stuck on what to do next.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘subdomains and Godaddy – Multisite’ is closed to new replies.