Title: matching query string
Last modified: May 8, 2019

---

# matching query string

 *  Resolved [bricejuszcz](https://wordpress.org/support/users/bricejuszcz/)
 * (@bricejuszcz)
 * [7 years ago](https://wordpress.org/support/topic/matching-query-string/)
 * Hello,
 * Thanks for this great plugin !
 * I am having an issues, with a redirection I am trying to configure.
 * Regex is on.
 * my source url:
    ^/fr/page/?p_id=d89bedce-fa3c-4279-9a36-51f87b03545c(.*) my target
   url: /fr/page/my-specific-page$1
 * I have the feeling the query string is getting ignored. The redirection is not
   working, and I stay on the url ^/fr/page/?p_id=d89bedce-fa3c-4279-9a36-51f87b03545c
 * Is it possible, with your plugin, to test and match the query string parameters
   in the source url?
 * Thank you,
 * Brice

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

 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [7 years ago](https://wordpress.org/support/topic/matching-query-string/#post-11508668)
 * Yes. You can use [https://regex101.com/](https://regex101.com/) to test your 
   regular expression. Note that `?` is a regular expression character, so if you
   want to match that you will need to escape it with `\?`
 *  Thread Starter [bricejuszcz](https://wordpress.org/support/users/bricejuszcz/)
 * (@bricejuszcz)
 * [7 years ago](https://wordpress.org/support/topic/matching-query-string/#post-11508919)
 * Thank you for the quick and amazing support, it works perfectly now! 🙂
 * Thanks again !

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

The topic ‘matching 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/)

## Tags

 * [Query String](https://wordpress.org/support/topic-tag/query-string/)

 * 2 replies
 * 2 participants
 * Last reply from: [bricejuszcz](https://wordpress.org/support/users/bricejuszcz/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/matching-query-string/#post-11508919)
 * Status: resolved