Hi, When I use following code to my .htaccess it doesn't redirect to the error document: Code: ErrorDocument 404 404.php Result: when I enter a url that doesn't exist, a blank page shows "404.php". Ist shows the relative url I written, but doesn't redirect to the error handling page. But when I use: ErrorDocument 404 http://netrix.ml/404.php It works. Please tell me the problem. TIA.