내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to remove years and months from the urls

Avatar

Level 1

We have a use case where we want to create the hierarchy in AEM author where the pages will be created under years and months but for the end-user, we don't want to display the years and months in the URLs.

Is this something that can be achieved via Apache and dispatcher rules?

Thanks,

Nikunj Jariwala

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor
4 답변 개

Avatar

Employee

Hello,

You can achieve this by defining the rewrite rules on Apache together with sling mappings.

Please go through these links to get more information:

Resource Mapping

https://shinesolutions.com/2017/01/04/demystifying-shortened-and-extension-less-urls-in-aem/

How to configure link rewriting

https://www.aemquickstart.in/2019/01/url-shortening-in-aem.html

Regards,

Vishu

Avatar

Level 1

Thanks for replying Vish.dhaliwal​.

The set up works as expected when we have static paths like /content/site_name/en. My question is around the dynamic aspect of the path i.e. there will be many years and months pages in the hierarchy.

for example, the content in AEM will look like the following:

/content/site_name/en/news/articles/2019/07/news-article-1.html

/content/site_name/en/news/articles/2018/06/news-article-2.html

/content/site_name/en/news/articles/2015/04/news-article-3.html

The end-user should be able to access the pages using the following:

http://example.com/en/news/articles/news-article-1.html

http://example.com/en/news/articles/news-article-2.html

http://example.com/en/news/articles/news-article-3.html

Is there any way we can achieve this without writing any custom code in AEM? I m not sure if Apache rewrite can achieve this.

Avatar

정확한 답변 작성자:
Employee Advisor

Avatar

Level 1

Makes sense. Thanks JaideepBrar​ for the reference links.

Thanks,

Nikunj Jariwala