Hey!

I have a question; I have uploaded a .htaccess file with the full path to the error page, like this
ErrorDocument 500 /rober2/errors/500.htm
ErrorDocument 500 /rober2/errors/500.htm
ErrorDocument 500 /rober2/errors/500.htm
ErrorDocument 404 /rober2/errors/404.htm
ErrorDocument 401 /rober2/errors/401.htm
ErrorDocument 403 /rober2/errors/403.htm
ErrorDocument 408 /rober2/errors/408.htm
ErrorDocument 505 /rober2/errors/505.htm

So if the user goes to a page that doesn't exist, the user will get a redesigned 404 page. Ok that's cool, but how can I redesigne all the PHP error?

Warning: Failed opening 'http://bla.com/xxx.php' for inclusion (include_path='') in /bla/public_html/xxx_det.php on line 10

Like this?

Thanks...

    Write a Reply...