Url Shortening without Dispatcher configuration in AEM 6.5
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/testpage
Now, we have a new requirement: we need to achieve this without using a dispatcher rules.
Example:
If I access www.domain.com/us/en/testpage.html or www.domain.com/testpage.html, it should resolve to the path /content/project/us/en/home/testpage
Experts, kindly suggest your solutions. Thanks in advance!