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
my example website is:
.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