Expand my Community achievements bar.

SOLVED

How to config redirect to maintenance page?

Avatar

Level 4

Hi all,

In AEM, I created two page content/myapp/en/maintenance.html and content/myapp/fr/maintenance.html

I want create the rule in httpd.conf for maintenance for auto redirect to maintenance page.

Example:

RewriteRule ^/ /maintenance.html [PT,L]

When a user go to myapp.com/content/myapp/en/any_page.html . It will redirect to myapp.com/content/myapp/en/maintenance.html

When a user go to myapp.com/content/myapp/fr/any_page.html . It will redirect to myapp.com/content/myapp/fr/maintenance.html

Please help me,

How to do that?

Thank you so much,

BienHV

1 Accepted Solution

Avatar

Correct answer by
Employee

Please see the following link to Apache mod_rewrite where you can define you re-write rules:

Redirecting and Remapping with mod_rewrite - Apache HTTP Server Version 2.4

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Please see the following link to Apache mod_rewrite where you can define you re-write rules:

Redirecting and Remapping with mod_rewrite - Apache HTTP Server Version 2.4