My application has 2 different modules separated in 2 different folders, falling in same virtual folder The folder hierarchy is something like this
Parent folder. - Child1 - Child2 The url given to the virtual folder is something like this https://abc.companyname.com. Once the user logs in he gets a drop down selection box to login respective module. Now client came up with the requirement for creating separate URL like https://abc.companyname.com/child1 and https://abc.companyname.com/child12 The navigation is fairly simple if I just punch the module name in the url but the problem is with authentication. My client wants absolute redirect to the default page of respective folder. Im stuck with this issue wondering how to configure the absolute path redirection by using the single authenticating page. Note: I don’t want the login page to have any hard coding for redirection. Guys Thanks in advance. - Gautam
