Lets say I have two groups, Group A and Group B.
By default my sites landing page is home .aspx (If I use http://sok1234:456/ It will take me to home.aspx ).
Now my requirement is when a user from B group Enter http://sok1234:456/ , I want him to go to his home page, B.aspx.
Again if the B Group members Enter a specific URL/link to http://sok1234:456/Home.aspx, I would want him to go to home1.aspx. For this I have created a webpart, which will redirect if he is not belongs to Group A.
Now how to force the B groups landing page to B.aspx.