notfound.html is not found
Pretty sure based on various examples (like the one here ) I set things up correctly: 1) I created a file 'notfound.html' in the root directory of my site 2) I'm running xampp, ie. Apache web server, so based on the stuff I've read, Apache looks for a notfound.html in the root directory of a site when a non-existent page is typed in the browser, such as www.mysite.com/NotAValidPage.html and uses that notfound.html for the 404 error message Here's what I've tried and the result of each attempt: 1test) I put my own notfound.html in my site's root directory and enter a non-existent page 1result)