Hello, my server is not allowing me to use the ErrorDocument commands, I tried these 2 ways in my .htaccess
ErrorDocument 404 /404.html
ErrorDocument 404 http://example.com/404.html
But, it keeps saying my custom 404 page is not found.
Can you please tell me how to fix this.