Forums

Send logged in users to wp on a different sub domain (2 posts)

  1. paulwallas
    Member
    Posted 2 years ago #

    I have a wordpress installation and also a wordpress installation on a sub domain.

    Once a user has logged into the site using the wp_login_form, is it possible to send them to the other sub domain keeping them logged in?

    The reason I am doing so is because I want a customer area of the site which is secure and separate from the main front end of the site.

  2. @mercime
    Volunteer Moderator
    Posted 2 years ago #

    Once a user has logged into the site using the wp_login_form, is it possible to send them to the other sub domain keeping them logged in?

    In order to do that either:
    1. Your two WP installs share the same database then also have the same users table within the database. Then install a login redirect plugin http://wordpress.org/extend/plugins/search.php?q=login+redirect&sort=
    or
    2. From your WP in main site, create a network. Then create a subsite and import information from your second WP into that subsite. Then install a login redirect plugin http://wordpress.org/extend/plugins/search.php?q=login+redirect&sort=

Topic Closed

This topic has been closed to new replies.

About this Topic