Re: Nginx 404 redirection to error page

2022-04-08 Thread Francis Daly
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

Nginx 404 redirection to error page

2022-04-08 Thread Dhanushka Parakrama
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