On 18 May 2018, at 11:28, David Tkacik <dtkacik@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:Hello Guys,I have a condition like this:RedirectMatch ^/g/(.*) https://www.${APACHE_HOSTNAME}/folder1/?ec=$1&ea=EBH&el=GCCSo when I do CURL to that virtualhost running that condition like this https://www.example.com/g/1234it gives me back this:https://www.example.com/folder1/?ec=1234&ea=EBH&el=GCCIs there a way to escape this ? Why it's substituting the "& ;" ?Many Thanks !David
I have a condition like this:
RedirectMatch ^/g/(.*) https://www.${APACHE_HOSTNAME}/folder1/?ec=$1&ea=EBH&el=GCC
So when I do CURL to that virtualhost running that condition like this https://www.example.com/g/1234
https://www.example.com/g/1234
it gives me back this:
https://www.example.com/folder1/?ec=1234&ea=EBH&el=GCC
Is there a way to escape this ? Why it's substituting the "& ;" ?
Many Thanks !