How Stripping of Extention works | Adobe Higher Education
Skip to main content
Level 2
May 16, 2018
Respondido

How Stripping of Extention works

  • May 16, 2018
  • 2 respostas
  • 1199 Visualizações

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.

Este tópico foi fechado para respostas.
Melhor resposta por Kunwarsaluja

You should be able to achieve this  with mix of etc mappings to map/rewrite content path and rewrite rules to handle the extensionless urls.  Have a look at (1) to get an idea on this.

(1) : Extensionless URLs with Adobe Experience Manager | Olson Digital

2 Respostas

arunpatidar
Community Advisor
Community Advisor
May 16, 2018

Hi,

This can be achieved with the help of Vanity Urls and Resource Mapping.

Please find below articles which explain Vanity Urls and Resource Mappings

Manage vanity URLs

Resource Mapping

Thanks

Arun

Arun Patidar
KunwarsalujaAdobe EmployeeResposta
Adobe Employee
May 16, 2018

You should be able to achieve this  with mix of etc mappings to map/rewrite content path and rewrite rules to handle the extensionless urls.  Have a look at (1) to get an idea on this.

(1) : Extensionless URLs with Adobe Experience Manager | Olson Digital