I have seen many site having short path and not having .HTML extention.
Short path is based on Resource resolver configuration. Wanted to know how the extension is stripped?
Suppose when AEM is serving /content/geometrixx/en/company/discover_geometrixx.html it gets converted www.geometrixx.com/en/company/discover_geometrixx. Here /content/geometrixx/en is mapped to /en. SO it shorten the path.
How it removes the exntion while serving the page from Publish box to Actual website. In Webserver cache I saw that it is still having cache with .HTML extention. Need more details on this flow.