Hi,
We are facing issue with /welcome.html in dispatcher!
/welcome is by default mapped to AEM welcome page i.e. /libs/cq/core/content/welcome.html
/welcome is also mapped (AEM resource mapping)to our project page i.e /content/abc/welcome.html
Actual scenario : abc.com/welcome.html is redirecting to /libs/cq/core/content/welcome.html and throwing 404 as it is denied
Expected scenario : abc.com/welcome.html should internally redirect to /content/abc/welcome.html
So, first precedence is always given for AEM welcome page.
Is there any solution for this ?