Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    If you have things set up correctly the login link should automatically redirect you to the correct login page. On successful login you should be redirected the SSL dashboard.

    What happens when you use the links in the meta widget?

    Thread Starter Logan Rosen

    (@computerwiz908)

    Here are my settings: https://www.dropbox.com/s/enhn2tscoc21gnw/Screenshot%202014-04-27%2013.59.52.png

    I have define('FORCE_SSL_ADMIN', true); in my wp-config.php, so the Meta widget tries to link to the mapped login page with https in front, which doesn’t work. However, even if I go to the mapped login page without https in front, it redirects to the mapped login page with https in front, which again doesn’t work (because there’s no SSL certificate for the mapped domain).

    Plugin Author Ron Rennick

    (@wpmuguru)

    Gotcha.

    Unfortunately, we have no way of knowing from within WP whether or not you have a SSL cert for the mapped domain.

    You can use the login_url & logout_url filters to replace the mapped domain with the unmapped site url.

    Thread Starter Logan Rosen

    (@computerwiz908)

    Is there a drop-in I could put in themes that are used to replace the mapped URL with the unmapped one (without hardcoding it)? I can’t seem to find the proper variable. Since some themes are used on multiple sites, I can’t just put in the mapped URL.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make login/logout links (e.g. in the Meta widget) use the unmapped domain’ is closed to new replies.