hi people,
it looks like this is not working for error code 401 (autorization requirerd) the screen that comes up if you try to login to restricted area with the wrong login information.My apache error_log shows this
Code:
can't use a FULL url in a 401 ErrorDocument ignoring
for this error code it must be a local document so ......
Code:
ErrorDocument 401 /httperror.php?e=401
should do it but nope ...