Domain mapping breaking signup
-
I am wanting to run my site from https://www.btl.com.
during the bulding phase it was at the address websitetest.surpassplatform.com.Currently I have another site called https://www.surpassplatform.com, this is the master site on the network.
I changed the line in wp-config to define( ‘BLOG_ID_CURRENT_SITE’, 3 );…Three being the ID of the websitetest.surpassplatform.com. This was so that when the users clicked on the register link, would be taken to a websitetest branded page.I installed the domain mapping plugin to add the https://www.btl.com domain to the site and made this the primary.
All the pages work as expected apart from the wp-signup link, this fails, it seems to be stuck in a loop.
If I change the define( ‘BLOG_ID_CURRENT_SITE’, 3 ); back to 1 so define( ‘BLOG_ID_CURRENT_SITE’, 1 ); One being the ID of surpassplatform.com, when the user clicks on wp-signup link from the btl com site, they are taken to the signup on the surpassplatform site.If I leave the domain as websitetest, but add btl.com, using the domain mapping tool, the site works as expected but the urls are all websitetest.surpassplatform.com…not what I want.
So bascially I am wanting to change the primary site on the wordpress network, change the primary domain on the websitetest site to btl.com. and direct people to a websitetest/btl.com branded page.
Oh on IIS as well if that makes any difference
any help would be much appreciated!
thanks
- The topic ‘Domain mapping breaking signup’ is closed to new replies.