[Redirection] Allow Page Access Based on Query String
-
On an nginx server and need to do the following
If someone goes to http://www.example.com/page, I want them redirected to the homepage.
If someone goes to http://www.example.com/page?query=John+is+the+word, I want them to go to /page.
How do I achieve this with the redirection plugin?
The topic ‘[Redirection] Allow Page Access Based on Query String’ is closed to new replies.