Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mark Redirect Map Manager as enabled in AEM CS #274

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _acs-aem-commons/features/redirect-manager/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Manage HTTP Redirects in AEM
date: 2021-03-12
tags: aem-65 aem-cs
initial-release: 5.0.4
last-updated-release: 5.4.0
last-updated-release: 6.6.5
---

## Purpose
Expand Down
8 changes: 7 additions & 1 deletion _acs-aem-commons/features/redirect-map-manager/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: acs-aem-commons_feature
title: Redirect Map Manager
description: Generate an Apache httpd Redirect Map from Properties in AEM
date: 2018-09-23
tags: aem-65
tags: aem-65 aem-cs
initial-release: 3.13.0
last-updated-release: 3.18.0
---
Expand Down Expand Up @@ -36,6 +36,8 @@ Once you are happy with your Redirect Map file, activate the configuration page

### Configuring Apache

#### On-premise and Adobe Managed Services

Before using the Redirect Map Manager, you need to configure Apache to retrieve the file from the AEM Publisher and update it's Redirect Map DB. To set this up you should:

1. Configure Apache to use a redirect map at your intended path. For example, if I wanted to use a Redirect Map DB stored at `/etc/httpd/conf/redirectmap.map`, I could add the following into my site's conf file:
Expand Down Expand Up @@ -72,6 +74,10 @@ Before using the Redirect Map Manager, you need to configure Apache to retrieve

Once you restart Apache, this will automatically pull changes from the Redirect Map Manager every hour into Apache.

#### AEM as a Cloud Service

Currently please refer to Early Adopter Program functionality described in [Business users can declare redirects outside of Git (Early Adopter Program)](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/release-notes/2024/release-notes-2024-5-0#apache-rewritemaps-early-adopter) to opt-in.

## Redirect Map Manager Features

### Configure Redirect Map
Expand Down