Hello Team,

I have a requirement to change the context root in the url when redirecting.

For example: If user hits the url https://www.xyz.com/abc/def
It should redirect to https://www.xyz.com/ghi/jkl.

from url: https://www.xyz.com/*abc/def *--> https://www.xyz.com/

*ghi/jkl*
Please help me if RedirectMatch will work in this case.

RedirectMatch /*abc/def * /

*ghi/jkl*
Thanks & Regards,
Sailaja.

Reply via email to