CLanham wrote:
Just to make sure its clear what I am trying to achieve, I would like all users to sign in on the home page (i.e.
http://www.sampleaddress.com). Then depending on the group they belong to it directs them to their group page (i.e.
http://www.sampleaddress.com/usergroup.php)
In regards to your sample code, which main protected page are you referring to?
Do to I am not going to use the file protection feature right now I do not believe I would need to creat each group there own private folder. I just need to direct each group to a different page.
A feature such as this may be a great thing to add in the admin under the user tab.
Thanks for the help!!!
CL
If you're users are going to sign in at
http://www.sampleaddress.com then you should add the above code at that page. Remember to add the protection code at the top of the page too.
The users will not be redirected to a new page, instead they will see the group page as
http://www.sampleaddress.com. That way you get increased security and the users don't have to care about what group they belong (they don't even have to know that they belong to another group then all the other members).
/Andreas