Good morning all!
I have a WP site where I would like to redirect a couple of URLs to the homepage. This was straightforward enough with the regular pages - I just put Redirect rules in the .htaccess file. However, I'm having trouble redirecting on a search term.
Any time someone searches for "specific term", I want it to redirect to the homepage instead of showing the search results (but just for that one term).
So in this example, the URL generated is http://www.mysite.tld/?s=specfic+term
I want that to automatically redirect to http://www.mysite.tld
Any ideas how to accomplish this? TIA!