コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

URL Mapping

Avatar

Level 1

I have the below requirement could someone provide inputs as what could be done

1. I want to rewrite the  "localhost:4502/tools.html" to "http://localhost:4502/apps/cq/core/content/tools.html"

If I check in "http://localhost:4502/system/console/jcrresolver" for /tools/html ,  I can see the rewrite url is "path=/libs/cq/core/content/tools"

It should be changed to "/apps/cq/core/content/tools"

Thanks in  advance.

1 受け入れられたソリューション

Avatar

正解者
Administrator

Hi 

As Mentioned by Scott, resource mapping would help you.

some extra reference links are :-

Link :- http://stackoverflow.com/questions/21194654/url-mapping-based-on-resource-resolver-in-aem

I hope this would help you.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

元の投稿で解決策を見る

3 返信

Avatar

Level 10

The following AEM documentation topic talks about how you can perform this use case: 

https://docs.adobe.com/docs/en/aem/6-0/deploy/configuring/resource-mapping.html

Avatar

正解者
Administrator

Hi 

As Mentioned by Scott, resource mapping would help you.

some extra reference links are :-

Link :- http://stackoverflow.com/questions/21194654/url-mapping-based-on-resource-resolver-in-aem

I hope this would help you.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 10

when you override in /apps doesnt it get pulled automatically instead of /libs ?