AEM | how to remove ".html" extension for URLs
Hi Everyone,
how to remove the ".html" extension from all links within the abc.com top navigation.
Hi Everyone,
how to remove the ".html" extension from all links within the abc.com top navigation.
Hi @kanthsri , you can use resource resolver to map the URLs without html extension.
Or if you want to remove the .html extension for particular component you can use the snippet like below in your component html.
${'path/page.html' @ extension}
<!-- outputs: path/page -->
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.