Redirect directory with exception
-
I need to redirect all instances of:
/location/whatever/
to:
/post-office/whatever/
Except in the case of /location/me/ specifically.
Right now I have a redirect set up with:
Source URL: /location/(.*)
Target URL: https://www.website.com/post-office/$1And this works, except that it doesn’t take the exception into consideration, of course. I need /location/me/ to still go to /location/me/ without being redirected.
Is this possible with the plugin?
Thanks in advance.
- The topic ‘Redirect directory with exception’ is closed to new replies.