“Page not Found” / Learn How to redirect netlify 404 Error Page to Your Custom 404 Error Page

SCRNshot

Create a 404.html Page and put it in the root folder

Having a `404.html` at the site root will automatically show that file.

my example website is:


https://guidetoketodiet.netlify.app

Hey @geetaelectronicsandi

.htaccess rules don’t work on Netlify.

There is no need to specify a 404 document. Having a 404.html at the site root will automatically show that file.

Netlify does not support PHP at runtime, only during the build process. Netlify is designed for Jamstack sites

Yeah! Thanks, This Information Is very useful