Hi Everyone,Currently, in my project, we handle URL shortening using dispatcher rules like below.Example: www.domain.com/us/en/testpage.html -> internal redirect to /content/project/us/en/home/testpageNow, we have a new requirement: we need to achieve this without using a dispatcher rules.Example:If...