I have a redirect plugin working almost perfect.
Some values that should be catch it and send it as value of the url, change the characters. Those with problems are "&" and "="
I have a value as: 9853&zon=48&text=Volver
and out makes something like: http://miurl.com?loc=9853%26zon%3D48%26text%3DVolver
Takes "&" and change to %26 and "=" change to %3D
Could you tell me any way to introduce those values just to get
http://miurl.com?loc=9853&zon=48&text=Volver
Thanks
Some values that should be catch it and send it as value of the url, change the characters. Those with problems are "&" and "="
I have a value as: 9853&zon=48&text=Volver
and out makes something like: http://miurl.com?loc=9853%26zon%3D48%26text%3DVolver
Takes "&" and change to %26 and "=" change to %3D
Could you tell me any way to introduce those values just to get
http://miurl.com?loc=9853&zon=48&text=Volver
Thanks