So I have a URL like http://example.com/params/color_rgb(0%2C0%2C250%2C0.5)
But apache is forwarding it like (http://example.com/params/color_rgb(0,0,250,0.5)) after decoding which I don't want.
How can I restrict apache from doing this. I have apache 2.2.31 in my ubuntu.