Wildcard Issue
-
Hi, I’m currently attempting to utilize this plugin to redirect users that input a search query into my site. I’m just using the default WordPress search tool, so all of the completed searches are sent to http://website.com/?s=XYZ (where XYZ is the search query)
I’ve been trying to use a wildcard to capture the input by using /?=* as my request url and http://website2.com/query=* as the destination, but I cannot seem to get this to function correctly. Any idea on what I might be doing wrong?
The topic ‘Wildcard Issue’ is closed to new replies.