Resource Mapping in AEM 6.4 Just Not Working
I am trying to use resource mapping to handle roots for multiple domains in our AEM 6.4 platform, and it's just not working. It seems like they're just ignored.
For example....
https://domain123.com/content/site123/us/en/ (works)
https://domain123.com/ (mapped to path above, throws 404)
So the domain is getting through the dispatcher to the AEM publish instances, but the mapping never kicks in. The only thing I see in the access_log is for the domain root showing a 404 response. Am I missing something? Is there some checkbox to enable something hidden in some configuration dialog somewhere?
Tim