Forum Moderators: phranque
I have tried this in the .htaccess file and it works fine..
ErrorDocument 404 "<html><head><title>NO!</title></head><body><h2><tt>There is nothing here.. go away quickly!</tt></h2></body></html>
when i try the following ..
ErrorDocument 404 /errors/errorhandler.php
it doesnt go to the php page but instead displays the standard 404 error...
"Not Found
The requested URL /lrntest/mandip/mattcode/index444.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
Does anyone have any idea why this might be?
Any help would be much appreciated, Thanks.