Fórum

How to change my landing page in liferay 6.2

thumbnail
Devang Patel, modificado 8 Anos atrás.

How to change my landing page in liferay 6.2

Regular Member Postagens: 247 Data de Entrada: 19/01/15 Postagens Recentes
Hi All,

I am using liferay 6.2 GA4.
And I have created 8 users. And when I logged in with particular user it goes to the pubic page and I want to lend to the private page.

Thank You,
Devang Patel
thumbnail
Krzysztof Gołębiowski, modificado 8 Anos atrás.

RE: How to change my lending page in liferay 6.2

Liferay Master Postagens: 549 Data de Entrada: 25/06/11 Postagens Recentes
Hello Devang,
You should set default Landing Page (in portal-ext.properties or withing Portal Settings of Control Panel).

Regards,
KG
thumbnail
Devang Patel, modificado 8 Anos atrás.

RE: How to change my lending page in liferay 6.2

Regular Member Postagens: 247 Data de Entrada: 19/01/15 Postagens Recentes
Hi Krzysztof Gołębiowski,

I achieved this using :
1:- default.landing.page.path=/group/guest/home (Add this propery in portal-ext.properties)
link1

We also achieved using below properties (Add this propery in portal-ext.properties) :-
2:- auth.forward.by.last.path=true
default.landing.page.path=/group/guest/home
link2