APACHE mod_rewrite change variable name in query string
问题 I'm trying to change a variable name in a query string, so it's usable by my PHP code. The query gets posts from an external system, so I can't control that they are posting a variable name with a space in it. And that makes it impossible for me to use the PHP $_GET function. I need to change variable%20name to ?new1 And I need to change variable2 to new2 There are many variables passed in the query, but only these two need to be changed. The rest can stay the same or even disappear. So