解決済み
[Locked, wrong forum] Shorten URL Mapping in href Tag AEM
Hi All,
I am trying to shorten URLs in our components that have <a href> tags.
We have built our components to have a tags that can refer to our relative path in AEM structure. For example, our component can have <a href="/content/ourproject/en-us/ourinternalfoldername/pagename">.
We want to shorten the urls in the href to hide our AEM internal structure from the customer. We want to convert this specific example to <a href="/en-us/pagename">. We have a solution to resolve the incoming url (domain/en-us/pagename) to AEM. What we dont know is how to shorten the urls in the a tags.
