Adobe AEM Linkrewriter | Community
Skip to main content
dilips52296497
Level 2
April 1, 2020
Solved

Adobe AEM Linkrewriter

  • April 1, 2020
  • 2 replies
  • 3594 views

 AEM Gurus,

 

I have a requirement in my project where i need to change the htm anchor tag href attribute value

for example,

href value = "content/abc/en/local/xyz.html"

 

I want to replace it by removing content from it 

href value = "/abc/en/local/xyz.html'

 

I am able to achieve it using the Linkrewriter start element

 

However what we are looking for is get the complete HTML into string and do a find all and replace....

is it possible? if Yes please give full details.

 

Regards

Dilip

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Doing a string replace in all the content is probably creating issues sooner or later. In your case you can achieve the same result with the configuration of the Resource Resolver Factory (http://localhost:4502/system/console/configMgr/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl), in the paramater "URL mapping" (resource.resolver.mapping). There you can configure AEM to resolve /abc/en/page.html to the path /content/abc/en/page.html

2 replies

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
April 3, 2020

Doing a string replace in all the content is probably creating issues sooner or later. In your case you can achieve the same result with the configuration of the Resource Resolver Factory (http://localhost:4502/system/console/configMgr/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl), in the paramater "URL mapping" (resource.resolver.mapping). There you can configure AEM to resolve /abc/en/page.html to the path /content/abc/en/page.html

Suraj_Kamdi
Community Advisor
Community Advisor
April 6, 2020