We are migrating from AEM 6.0 to AEM 6.3. As a phased migration, we are
placing RewriteRule condition at apache that- If URI matches to migrated
page, continue to 6.3 publisher. - If URI is not in list of migrated
pages, redirect to 6.0 domain.Currently the list of migrated pages in
RewriteCondition is manually edited. When authoring team migrate a page,
a developer adds a new Rule in apache.Requirement: The apache
RewriteCondition should redirect to publisher for all published pages
automatical...