I need to redirect all my WordPress posts under the sub-directory /plays/
to the home directory (/
) except for the landing page.
- So if you go to
example.com/plays/hello
you will be redirected toexample.com/hello
- But if you go to
example.com/plays
orexample.com/plays/
you will stay on that page.
How can I do this? I’m assuming it has to be done through a redirect via .htaccess
but I don’t know how.
The following rule should work :