Hi all
I have setup a WordPress multisite (shared hosting) in different languages that allows user to register. I want the registration page to be in local language.
But when i go to mysite.com/site2/wp-signup.php it redirects to the main site mysite.com/wp-signup.php. I want the registration page to be in the local language set i admin.
I tried to turn off redirects by edit wp-signup.php and it worked! But i guess this is NOT the correct way to do it? How can i fix this problem the correct way?