geta-notfoundhandler
geta-notfoundhandler copied to clipboard
Handle exact matches
Currently we have some unwanted behaviour.
We have the following rule setup:
- Old: /test-1
- New: /test-2
Actual outcome:
- User navigates to /test-1/testing, gets redirected to /test-2/testing
Expected outcome:
- User navigates to /test-1/testing, does not get redirected
We are looking for toggle or configuration that performs an exact match for us. Is there a way to set this up?
Thank you.