Getting ../wp-signup.php?new=mydomain.com loop
-
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: https://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=”https://www.sitemaps.org/schemas/sitemap/0.9″>
<url>
<loc>https://mydomain.com/</loc>
</url>
<url>
<loc>https://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 ??
- The topic ‘Getting ../wp-signup.php?new=mydomain.com loop’ is closed to new replies.