Change content project | Community
Skip to main content
Level 2
February 14, 2024
Solved

Change content project

  • February 14, 2024
  • 2 replies
  • 1043 views

Hello Community,

I have a site running and its URL looks like this: https://domain.com/content/myproject-name/en.html

 

I would like to change the project name so that my URL becomes https://domain.com/content/new-myproject-name/en.html

 

If I change it to CRX I will lose all references on the site.

 

Thank you very much

 

BR

Ivan

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Imran Khan

You can create a new node new-myproject-name and move all your pages/content to this node. OOTB While moving content you references will automatically get generate. This is the beauty of AEM.

Writing rewrite rules will not work as final pages are not there in AEM.

it will not be a good idea to play with URL'S from long term perspective and it will not be scalable also.

 

Hope I am able to clear your doubts.

2 replies

Harwinder-singh
Community Advisor
Community Advisor
February 14, 2024

@ivanm10524896  You can set up a url rewrite for this one either at the CDN level or at the dispatcher level and we should be fine.

 

More of url rewrites at dispatcher -

 https://axamit.com/blog/adobe-experience-manager/what-are-dispatcher-rewrite-rules/

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/dispatcher-url-rewriting/td-p/560538

 

 

Imran Khan
Community Advisor
Imran KhanCommunity AdvisorAccepted solution
Community Advisor
February 14, 2024

You can create a new node new-myproject-name and move all your pages/content to this node. OOTB While moving content you references will automatically get generate. This is the beauty of AEM.

Writing rewrite rules will not work as final pages are not there in AEM.

it will not be a good idea to play with URL'S from long term perspective and it will not be scalable also.

 

Hope I am able to clear your doubts.

Level 2
February 15, 2024

Thanks a lot.

It works.

 

BR

Ivan