I'm trying to create a custom 404 error page, but I am encountering a problem, Apache servers ( I think) look for a .html file for the
Code:
RewriteEngine On
ErrorDocument 404 /404.html
...