Hi every one i am new to liferay i ve developed my own page and when i click 开发者_如何学Gosign-in In main page i want to redirect to my custom page instead going to default home page.. can anyone pls suggest me how to do this where i should redirect it thanks in advance.
You can set the Default Landing Page in the Control Panel:
Portal -> Settings -> General -> Navigation
Or, in the portal-ext.properties, set:
default.landing.page.path=/web/guest/home
精彩评论