Hello,
I have a issue that we have a sitecollection with different subsites. Each subsite describes different departments in the company. Suppose Hr department people logged in directly opens the HR subsite in sitecollection. How can change the site based on logged user? Can anyone please help me how to do this?
I am pretty sure you can do this kind of thing with Variations (it’s mainly for languages), but you can make it work for other scenarios by using customized root page landing logic : http://msdn.microsoft.com/en-GB/library/ms562040(v=office.14).aspx
Option 2 is that you can also do a simple (hidden) web part with some “if user is in HR group go here” logic, This just needs to be a hidden web part is really easy to do.