I have a website with 6 subsites (sub1.domain.com, etc..) and using
$config['multi_login_sites']to login users on all subsites.
Users are able to comment entries but first they have to login. But the problem is when user login on entry page, return parameter has been ignored and EE redirect user to root domain (domain.com)
Why this happen and how to fix it so after login, user is redirected to the entry page.
Thanks in advance.