I'm working in an AEM project and part of development we are accessing the content using http://localhost:4502/editor.html/content/xyz/en/app.html
.
While navigating to another page it is redirecting me to http://localhost:4502/editor.html/content/xyz/en/inko-app
(observe carefully the link is without .html
extension) and in order to see the new webpage I had to add .html
extension manually.
Is there anyway I can automate this only for development environment?
Versions used:
AEM: 6.3
build version :20170420
I have gone through Adding .html extension to page selected but it is not quite useful