Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Serving Error Page + AEM 6.1

Avatar

Level 5

Hi Team,

How to handle error page?

we have sites hosted around 200 counties, for serving error documents we are using  location specific.

<LocationMatch "/mahesh/en">
                ErrorDocument 404 /mahesh/en/home/error/404.html
                ErrorDocument 500 /mahesh/en/home/error/500.html
</LocationMatch>

here now challenge is we need to add it for 200 countries, is there any way we can make it generic ??

 

Thanks,

viki

2 Replies

Avatar

Level 5

Hi,

 

The link u have provided is to create custom error-pages on publisher,

My requirement is to sever the error pages form web server level.

Thanks,

Viki