Hi, I have a site with 3 languages, english (default), spanish and italian. I have a module that generates a path like this: /members/home, so when access in english the path is /members/home, in spanish is /es/members/home and in italian is /it/members/home.
I don't want the users accessing the italian url and instead being redirected to the deafault one (english).
How can I accomplish that?

Thank you very much.