best place I can find for this question. I’m trying to create a custom 404 page. I made a template for 404 and created a page that exists at https://www.mydomain.com/404/ that has what I want to be my 404 page.
I tried adding the following to my .htaccess
ErrorDocument 404 https://www.mydomain.com/404/
But everytime I go to a page that does not exist (this example, https://www.mydomain.com/nothere.html) I get the following:
“Not Found
The requested URL /nothere.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. “
ANy ideas? AM I doing something really dumb?