How to config sling servlet to sepcific route?
Hi, guys,
So let's say, I have two URLs 1: a/b/xx.yy.dd 2: c/d/xx.yy.dd
these two URLs have different prefixes, but the same selectors and extensions.
So I wonder is there any way we can handle two URLs by different servlet?
I am using the resourceType base servlet right now, and it's configured to cq:page, so basically, they are using the same servlet right now.
I tried to use prefix annotation, but it does not exist on my version.
I would appreciate any experts could provide me with some ideas, I'm new to AEM, so thanks!