I'm really confused!
I've configured WP for multisite with subdomains.
I've modified WP-config.php and .htaccess as per Network Setup instructions.
Everything appeared normal until I ran a Google search and tried creating a sitemap. I am experiencing 2 specific issues.
1) If I Google my site and click on the link it takes me to: http://www.mydomain.com/wp-signup.php?new=mydomain.com
2) When I try to create a sitemap.xml for the 19 pages of my website using Godaddy cPanel or a WP Plugin, it gives me:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://mydomain.com/</loc>
</url>
<url>
<loc>http://mydomain.com/wp-signup.php?new=mydomain.com</loc>
</url>
</urlset>
I looked an an older post here and tried changing WP-config.php from:
define( 'SUBDOMAIN_INSTALL', true );
to
define( 'SUBDOMAIN_INSTALL', false );
That fixed problem (1), but my www and subdomains no longer appeared in my Dashboard list of sites and were replaced by "\", and I was still unable to build a sitemap.
Can anyone advise what I am doing wrong?
Many Thanks in advance :-)