Title: Redirect without query string?
Last modified: March 6, 2019

---

# Redirect without query string?

 *  Resolved [Pratham](https://wordpress.org/support/users/pratham2003/)
 * (@pratham2003)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/redirect-without-query-string-2/)
 * How do I set up a redirect to match any query string but redirect to a URL without
   appending the query string?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Pratham](https://wordpress.org/support/users/pratham2003/)
 * (@pratham2003)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/redirect-without-query-string-2/#post-11279804)
 * From: /some-page.*? (regex)
    To: /new-page
 * This adds the query string automatically without an option to turn it off.
 * The default behaviour should have been to not automatically add it.
    Adding parameters
   should have been done via matched regex groups e.g. $1 $2
    -  This reply was modified 7 years, 5 months ago by [Pratham](https://wordpress.org/support/users/pratham2003/).
 *  Thread Starter [Pratham](https://wordpress.org/support/users/pratham2003/)
 * (@pratham2003)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/redirect-without-query-string-2/#post-11279919)
 * This was resolved over github repo.
 * Summary: There was some confusion related to expected outcome of regex.
    Details
   at: [https://github.com/johngodley/redirection/issues/410#issuecomment-469999536](https://github.com/johngodley/redirection/issues/410#issuecomment-469999536)
 * Very thanks for the prompt support!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Redirect without query string?’ is closed to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [Pratham](https://wordpress.org/support/users/pratham2003/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/redirect-without-query-string-2/#post-11279919)
 * Status: resolved