Re: [users@httpd] Need help in change of context root while redirecting url

2017-05-16 Thread Sailaja Gadireddy
Thanks Eric.. As we do not have pre prod environment, wanted to check before trying it. I will check and update. Thanks & regards, Sailaja On Tue, May 16, 2017 at 10:09 PM, Eric Covener wrote: > On Tue, May 16, 2017 at 12:24 PM, Sailaja Gadireddy > wrote: > > Hello Team, > > > > I have a requ

Re: [users@httpd] Need help in change of context root while redirecting url

2017-05-16 Thread Eric Covener
On Tue, May 16, 2017 at 12:24 PM, Sailaja Gadireddy wrote: > 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

[users@httpd] Need help in change of context root while redirecting url

2017-05-16 Thread Sailaja Gadireddy
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