It worked!! Thanks a ton!
Cheers
-Vicky
On Thu, 24 Nov 2022, 18:51 Eric Covener, wrote:
> On Thu, Nov 24, 2022 at 8:09 AM vicky chb wrote:
> >
> > Hi,
> >
> > I am trying to achieve below redirection rule:
> > http://localhost/?1234ab
> > this url should be redirected to below url:
> > http://
On Thu, Nov 24, 2022 at 8:09 AM vicky chb wrote:
>
> Hi,
>
> I am trying to achieve below redirection rule:
> http://localhost/?1234ab
> this url should be redirected to below url:
> http://localhost/welcome?trackFor=0&trackNo=1234ab
> (where welcome?trackFor=0trackNo= always remains same)
>
> Her