Title: multisites register
Last modified: August 30, 2016

---

# multisites register

 *  Resolved [amila](https://wordpress.org/support/users/flatworld21/)
 * (@flatworld21)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisites-register/)
 * How to realize this?
 * I have multisites:
 * aaaaa.com
    s1.aaaaa.com
 * when I access to s1.aaaaa.com/register
    it always to aaaaa.com/register. I want
   to show the users s1.aaaaa.com/register and do the same as aaaaa.com/register
   because I do not want to let them know aaaaa.com. Registered users are shared
   for all the sites. The only thing I want to change is the url showed to those
   who are going to register.
 * [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [kseniyasqo](https://wordpress.org/support/users/kseniyasqo/)
 * (@kseniyasqo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisites-register/#post-6606267)
 * Hello,
 * There is a hackish solution I use:
 * In theme-my-login/includes/class-theme-my-login-ms-signup.php, comment out these
   lines:
 *     ```
       if ( ! is_main_site() ) {
       wp_redirect( network_home_url( 'wp-signup.php' ) );
       exit;
       }
       ```
   
 * But you have to remember to do this tweak every time you update Theme My Login.
 *  Thread Starter [amila](https://wordpress.org/support/users/flatworld21/)
 * (@flatworld21)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisites-register/#post-6606270)
 * kseniyasqo, it works.
    Thank u so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘multisites register’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [multisites](https://wordpress.org/support/topic-tag/multisites/)

 * 2 replies
 * 2 participants
 * Last reply from: [amila](https://wordpress.org/support/users/flatworld21/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/multisites-register/#post-6606270)
 * Status: resolved