Hi everyone,
I'm using domain mapper to host domains outside the normal wordpress multisite wildcard domains. For a domain mapped site, the admin links (../wp-admin/..) for login end edit are linking to the same domain over https.
Is there a way to have them link to the WP multisite wildcard domain instead? We have a wildcard SSL cert and https set up for these wildcarded domains and are using FORCE_SSL_ADMIN to make wordpress switch protocols.
One solution would be to purchase a SSL certificate for the domain mapped domain (roblog.org in the example below), but would prefer not to have to do this.
As an example:
http://robsite.org - domain mapped site - admin links go to https://robsite.org (no ssl cert - problem)
robsite.mywordpress.org - same site under WP multisite - https no problem
*.mywordpress.org - WP multisite installation with wildcard SSL cert and https - no problem
Rob