cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Url redirection

0 Likes
3,252

Hi experts,

I have 2 urls.

url1: www.abc.com/xyz

url2: www.abc.com/ijk

when user request for url1 that should redirect to url2, can we achieve this from backoffice or with impex?

Is there any OOTB solution for url redirection?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member632827
Participant
0 Likes

We have another option from CMSSiteFilter#doFilterInternal as below

"xyz".equals(httpRequest.getRequestURI()) -----> httpResponse.sendRedirect(<ijk>)

0 Likes

Hi,

Thanks for reply, we can redirect from java. is there any redirection approach from backoffice.

former_member632827
Participant
0 Likes

I think so... we don't have from backoffice.

S_Sriram
Active Contributor
0 Likes

Hi Dasari.

You can try to use SAP web dispatcher for URL redirection.

Regards

SS

0 Likes

Hi,

Thanks for reply, we can redirect from java. is there any redirection approach from backoffice.

S_Sriram
Active Contributor
0 Likes

Hi Dasari.

Is it SAP JAVA or other Non SAP? could you share in details

Regards

SS

0 Likes

Hi Sriram,

its sap hybris only. we have keyword redirection for search right.

like keyword redirection is there any configuration in backoffice for url redirection.

crescenzorega
Active Participant
0 Likes

Hi,

try to see if this information can be useful to you

Website Redirects
Redirecting to a Requested URL After Authentication

Regards,

Crescenzo Rega