its possible to create a redirection, but preserve the query string?
example, the original URL :
`http://example.com/listing/?search_query=anykeyw&tax_location=newyork&wpas=1`
redirect to page
`http://example.com/new-york/?search_query=anykeyw`
preserve the ?search_query=anykeyw
, that contains keyword for ads and listings kewywords...
any suggestions?