Re: [users@httpd] Re: RedirectMatch escaping AMP ?

2018-05-18 Thread David Tkacik
Hey Eric, Thanks for the reply. At the end it did the job. It was just curl giving me this. With a standard web-browser it works just fine. I even tried to [NE] flag or the [B] flag but via curl I was getting the same results. Thansk ! > On 18 May 2018, at 13:23, Eric Covener

Re: [users@httpd] Re: RedirectMatch escaping AMP ?

2018-05-18 Thread Eric Covener
On Fri, May 18, 2018 at 8:00 AM, David Tkacik wrote: > Could someone help me where the is comming from ? I’ve tried > RewriteRules and the outcome is the same. It's escaping the literal & in your target. With rewrite, try the [NE] flag.

[users@httpd] Re: RedirectMatch escaping AMP ?

2018-05-18 Thread David Tkacik
Could someone help me where the is comming from ? I’ve tried RewriteRules and the outcome is the same. Thanks ! > On 18 May 2018, at 11:28, David Tkacik > wrote: > > Hello Guys, > > I have a condition like this: > > RedirectMatch ^/g/(.*) https >