On Fri, Apr 08, 2022 at 05:44:08PM +0530, Dhanushka Parakrama wrote:
Hi there,
> when it try to access non existing page such as https://example.com/abc
> , then from nginx page correctly get redirect to the
> *https://example.com/page-not-found
> But when i try to access non non-existing pa
Hi All
I have simple drupal site running and i wanted to redirect 404 pages to a
error page , So i have following configuration in place
error_page 404 https://example.com/page-not-found;
when it try to access non existing page such as https://example.com/abc
, then from nginx page correc