I just completed a basic HTML installation for www.howtocleanthings.com, but the 404 page doesn’t seem to be working. Whenever I type in some nonsense url like (www.howtocleanthings.com/kjdhakjhad), the page returned is the homepage, not a 404 error.
How do I fix this? I added this line to my server block: error_page 404 /404.html; and it still doesn’t work.