Fórum

Default landing page before login

thumbnail
Bikash Ghibila, modificado 12 Anos atrás.

Default landing page before login

Junior Member Postagens: 60 Data de Entrada: 31/03/11 Postagens Recentes
Hi all,
I am a newbie in the liferay.
Our urgent requirement is a default landing page,which must come before login,
means it should come when we pass the url( for ex: http://localhost:8080).
After clicking a link on the page ,it should redirect to the login page.

I


Please reply quickly,we need it urgently.

Thanks
in advance
thumbnail
Faris Abdulla, modificado 12 Anos atrás.

RE: Default landing page before login

Regular Member Postagens: 183 Data de Entrada: 02/09/09 Postagens Recentes
You can set the default url by setting in portal-ext.properties.

Replace "/web/guest" to the url you want after http://localhost:8080


company.default.home.url=/web/guest
karthik N, modificado 12 Anos atrás.

RE: Default landing page before login

Regular Member Postagens: 106 Data de Entrada: 01/07/11 Postagens Recentes
Hi,
You can create a public page in default community and then add web content portlet on that page,
In web content give link to sign in portlet.

after that put this in portal-ext.properties file
auth.login.url=/web/guest/{your page name}

i hope it will work


thanks

Karthik