Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Default landing page
Hi,
My site URL- http://abcd.com/web/user/home-page
Default liferay site URL- http://abcd.com/web/guest/home
When I am hitting URL- "http://abcd.com/c" it redirect to "http://abcd.com/web/guest/home", but I want to redirect it to "http://abcd.com/web/user/home-page".
Steps follwed by me:-
1) Instance Settings > Instance Configuration ---> Default Landing Page ---> "/web/user/home-page"
2) Set below lines in "portal-setup-wizard.properties" and restart server
auth.forward.by.last.path=true
default.landing.page.path=/web/user/home-page
company.default.home.url=/web/user/home-page
company.default.name=abcd(My
site name)
auth.login.url=/web/user/home-page
Kindly provide any configuration change to redirect correct URL.