Change default page for guest users

2723387, modified 17 Years ago. New Member Posts: 4 Join Date: 4/5/09 Recent Posts
Hi,

I would like to generally change the start page for guests (unauthenticated users) to the start page of my organization.
Is there a standard way to achieve this? If not, is there maybe a hack available for it? Or can I at least change the logo on the guest page to the one of my organization?


Many thanks,
Stephan
2235661, modified 17 Years ago. Liferay Master Posts: 894 Join Date: 2/18/09 Recent Posts
Hi,

I've never tested it but as it reads in the comment in the portal.properties you can set the default portal url with the following code:
company.default.home.url=/web/guest
If you point the url to the relative url of the organization "my organization" it maybe work as you expect it to do.

If you want to edit the look and feel of the guest pages you should set up liferay sdk and build your own theme (which can be then assigned to the guest pages).

HTH