Im authoring the content path in pathfield in my author instance which is a valid content path.
After publishing, in publish instance its not rendering to that html content page after I click the link.
When I observed its due to the .html is not appending in the content path.
- I don't want to add .html in my component as we have huge number of components to change.
- I want to handle in AEM itself and I don't want to use apache rewrite url to append .html.
- I have gone through etc/map but I'm not sure how to use it to perform the .html getting appended in the content path.
Kindly pour in your thoughts. I need some quick fix for this to work.
Thanks