I am trying to send a string with a '&' through a url. I used urlencode, which turns it into '%26'. I think when it gets passed through modrewrite its changing '%26' into '&', which makes it so the text string gets passed as two seperate variables.
Is there a way to make %26 stay the same, and not chnage to '&'?
Thanks in advance.