Expand my Community achievements bar.

SOLVED

There are 500 page to be redirected into different URLs.

Avatar

Level 7

Hi Team

 

I'm using AEM 6.5 

There are 500 page to be redirected into different URLs. What is the best option to take ?

 

Thanks in advance ! 

1 Accepted Solution

Avatar

Correct answer by
Level 7
6 Replies

Avatar

Level 7

Hi @JakeCham 

If its one time activity, then you can try Apache rewrite rule in Dispatcher.

Over the fly if you want to modify (I mean during the page creation/update time) if you want to use different URL, then use Vanity URL concept.

Avatar

Level 7

Vanity URL is for URL shortening ? Can you give me a link to refer Vanity URL concept please ?

Avatar

Correct answer by
Level 7

Hi @JakeCham 

Vanity URL is to provide different URL. 

https://experienceleague.adobe.com/docs/experience-manager-learn/ams/dispatcher/disp-vanity-url.html...

This is one of the approach. 

Avatar

Community Advisor

@JakeCham ,

 

I would go with Adobe ACS Commons Redirect Manager (https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/index.html) in your case.

  • This feature helps in setting up any number of page redirects without directly modifying in Apache Rewrite rules configurations.
  • This feature also supports authoring via AEM meaning you can add or update for future requirements. 

Avatar

Administrator

@JakeCham Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni