I am trying to create a custom 404 error page for my site. I created a 404.php file using the instructions from :http://www.dialme.com/articles/entry/Create-a-Custom-404-Error-Page and I have included the following line in my .htaccess :
ErrorDocument 404 /404.php
But when I try to generate an error, I get the message:
404 Error
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
If I navigate directly to the 404.php page , I can see it.
Can anyone help. Thanks.