留言板

error redirect /c/portal/layout

Jerome JJ,修改在14 年前。

error redirect /c/portal/layout

New Member 帖子: 12 加入日期: 09-11-6 最近的帖子
hi,

liferay 5.2.3.

I've pages with permission Power User.
I'm connect to the portal with user with User role.
I click on a link to page only for Power User permission.
I'm redirect to an url /c/portal/layout with a blank page !

I want user with role User redirect on /web/guest/home when they use private page Power User.
I dont want communauty page or private page for user.

In portal-ext.properties :
default.logout.page.path=/web/guest/home
default.landing.page.path=/web/guest/home
company.default.home.url=/web/guest/home

auth.forward.by.last.path=true
auth.forward.by.redirect=true

layout.user.private.layouts.enabled=false
layout.user.private.layouts.modifiable=false
layout.user.private.layouts.auto.create=false

layout.user.public.layouts.enabled=false
layout.user.public.layouts.modifiable=false
layout.user.public.layouts.auto.create=false

any idea ?
thumbnail
Denis Signoretto,修改在14 年前。

RE: error redirect /c/portal/layout

Expert 帖子: 375 加入日期: 09-4-21 最近的帖子
I Have the same problem. Any news?
thumbnail
Lisa Simpson,修改在14 年前。

RE: error redirect /c/portal/layout

Liferay Legend 帖子: 2034 加入日期: 09-3-5 最近的帖子
If you are using a proxy, you probably need to double check your proxy config.
thumbnail
Denis Signoretto,修改在14 年前。

RE: error redirect /c/portal/layout

Expert 帖子: 375 加入日期: 09-4-21 最近的帖子
Hi Lisa, you are right I'm using an Apache with mod_proxy_ajp. The problem is related with session cookies because if i clear all my session cookie the next request is succesful. I have a couple of Liferay sites with the same domain on different machines, I'm wondering if the problem can occur in this particular sistuation (browsing on liferay2.foo.com after browsing liferay1.foo.com).

Any suggestion?

Thanks,
Denis.
thumbnail
Jignesh Vachhani,修改在14 年前。

RE: error redirect /c/portal/layout

Liferay Master 帖子: 803 加入日期: 08-3-10 最近的帖子
Yes Lisa

I am also facing the same problem and may be this problem is not related to proxy.

Because when we clear cookie then it will work.

So please help on that issue.

Thanks
Oliver Bayer,修改在14 年前。

RE: error redirect /c/portal/layout

Liferay Master 帖子: 894 加入日期: 09-2-18 最近的帖子
Hi,

any news on how to solve the infinite redirect error / cookie error when using serveral liferay servers?
Thanks in advance.

Oli
gaurav bhargava,修改在8 年前。

RE: error redirect /c/portal/layout

New Member 发布: 1 加入日期: 16-3-31 最近的帖子
Check this property in portal.properties or portal-ext.properties:

last.modified.check = true

if it is true, make it false. This may help.