We have a multisite setup, the primary site needs to have example.com, www.example.com and secure.example.com mapped in wordpress so the primary site's content loads on them.
secure.example.com will be over HTTPS.
The problem we are facing is everything except secure.example.com works. When attempting to access https://secure.example.com there is a 302 redirect to: http://www.example.com/wp-signup.php?new=secure.example.com secure.domain.com has a SSL Certificate to server secure content. Obviously it can't just redirect otherwise it wouldn't be secure any longer.
WordPress MU Domain Mapping is installed but doesn't appear under the primary site's menus. When trying to access the plugin directly via ~/wp-admin/tools.php?page=domainmapping we recieve the message
"You do not have sufficient permissions to access this page."
Note: We are logged in as Super Admin.
Any suggestions regarding to this would be highly appreciated.
/wp-admin/network/settings.php?page=dm_admin_pageunless the "User domain mapping page" option is selected. – Milo Oct 17 '12 at 15:31