on ‎2021 Mar 02 7:44 AM
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.
Request clarification before answering.
We have another option from CMSSiteFilter#doFilterInternal as below
"xyz".equals(httpRequest.getRequestURI()) -----> httpResponse.sendRedirect(<ijk>)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dasari.
You can try to use SAP web dispatcher for URL redirection.
Regards
SS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
try to see if this information can be useful to you
Website Redirects
Redirecting to a Requested URL After Authentication
Regards,
Crescenzo Rega
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.