Message Boards

Default landing page for logged users

Blaise Grand, modified 7 Years ago.

Default landing page for logged users

New Member Posts: 4 Join Date: 4/7/08 Recent Posts
Hi!

In my Liferay portal v6.0.6, I set "/group/guest/presentation" for Default Landing Page in control panel / portal settings / general / navigation.

Users are redirected to the private page http://www.my-portal.com/group/guest/presentation after logging in. That's ok!

But if I remove the path in the URL, keeping only the domain as url (http://www.my-portal.com), the displayed page is /web/guest/home even for logged users. But I want the private page /group/guest/presentation to be displayed for logged users. The public page /web/guest/home should be displayed only for non-logged users.

Does someone have any solution to do this ?

Thanks a lot!
Blaise
thumbnail
David H Nebinger, modified 7 Years ago.

RE: Default landing page for logged users

Liferay Legend Posts: 14914 Join Date: 9/2/06 Recent Posts
So Liferay has a DefaultLandingPageAction which is a post login action which uses the URL path in the control panel to handle the redirect.

But you are free to implement your own landing page and route users as you see fit.

Now this is true for 6.1 and 6.2, but I believe it existed in 6.0, it has just been so long since anyone was working on 6.0 I don't know if it was there.