Foren

How can i change default url

thumbnail
Shivaji C, geändert vor 11 Jahren.

How can i change default url

Regular Member Beiträge: 143 Beitrittsdatum: 18.10.12 Neueste Beiträge
Hi,
1.How can i change the default URL like http:localhost:8080 to http:localhost:8080/MyCompany/login, ie on clicking http:localhost:8080 my default page should redorect to http:localhost:8080/MyCompany/login
2.How can i remove the signIn Option from here
thumbnail
Sushil Kumar Saini, geändert vor 11 Jahren.

RE: How can i change default url

Regular Member Beiträge: 104 Beitrittsdatum: 27.07.11 Neueste Beiträge
Hi Shivaji ,

Configure the following liferay properties in portal-ext.properties to change the default login page..
default.landing.page.path=/web/guest/home

For removing the "Sign In" you will have to create your own theme using the classic liferay theme and remove the sign in link from the portal.vm file.

Cheers
Sushil Saini
thumbnail
Shivaji C, geändert vor 11 Jahren.

RE: How can i change default url

Regular Member Beiträge: 143 Beitrittsdatum: 18.10.12 Neueste Beiträge
Thanx for your reply sushil, but when iam Configureing the following liferay properties in portal-ext.properties to change the default login page..
default.landing.page.path=/web/guest/login ,it is working
but when iam making it as /xxx/login , it is not working properly, have a look at the attachment.
thumbnail
Sushil Kumar Saini, geändert vor 11 Jahren.

RE: How can i change default url

Regular Member Beiträge: 104 Beitrittsdatum: 27.07.11 Neueste Beiträge
Hi Shivaji,

Error screen you have attached is showing the resource not found error. You will have to create a page in liferay portal on this link.

If you are by default going on this page means. your default landing page configuration is right.

Cheers
Sushil Saini
thumbnail
Shivaji C, geändert vor 11 Jahren.

RE: How can i change default url

Regular Member Beiträge: 143 Beitrittsdatum: 18.10.12 Neueste Beiträge
Sushil,
here my doubt is where can i place my login page to get on clicking http://localhost:8080/quadra/login, ie do i need to place this file in ROOT, or do i eed to create quadra folder in ROOT
One more thing is what doe web/guest/home means , where it is efined?need help,thanx
sangeeth k, geändert vor 11 Jahren.

RE: How can i change default url

Regular Member Beiträge: 114 Beitrittsdatum: 22.04.12 Neueste Beiträge
Hi shivaji,

web/guest/home

here guest is default community...

if you need like this web/quadra/login

 create the quadra community  or rename the guest community name  and under the quadra community create login page


and in portal-ext.proeprties file

default.landing.page.path=/web/quadra/login


Check the above points....