Re: [users@httpd] Mod_rewrite too many redirects

2022-11-24 Thread vicky chb
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://

Re: [users@httpd] Mod_rewrite too many redirects

2022-11-24 Thread Eric Covener
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