Fórum

Does every liferay url do a 302 redirection?

Josep Palou, modificado 7 Anos atrás.

Does every liferay url do a 302 redirection?

New Member Postagens: 16 Data de Entrada: 20/06/16 Postagens Recentes
Hi.

I see with ScreamingFrog that the whole urls are using a 302 redireccion.

Dows liferay urls work with redirections?
thumbnail
Arun Das, modificado 7 Anos atrás.

RE: Does every liferay url do a 302 redirection?

Regular Member Postagens: 166 Data de Entrada: 23/07/12 Postagens Recentes
Hi,
By default, 302 redirection is used in liferay. I'm not sure why they haven't changed it to a 301 (I'm not an expert). You can use an hook plugin to change the type redirection. The file you need to hook is located at "/html/common/forward_jsp.jsp"
I've attached a sample jsp file, which does 301 redirection

Arun