Task
I would like to make following redirect
http://domain/level1/level2/level3 =>http://domain/level1/level3
I made redirect in settings and it works, however in additional it does also redirect below and I want to avoid it
My goal is only redirect 3 level URL's and do not touch 2 level URL's. Is it possible to do?
Real example
Since website use substitution I do first substitution for URL I want to redirect
- Substitution
/apps/budget/* => /301/apps/budget/*
- Redirection
/301/apps/budget/* => https://domain.com/apps/*
I also found similar post (if not the same) here: IBM Domino url redirect rule processed by closely matching substitution rule