Quote:
Originally posted by vending_machine
Hmm, that example isn't 100% correct. You have to specify a local document for 401 redirects, you cannot redirect to a full URI. 
So:
ErrorDocument 401 /401.html
instead of:
ErrorDocument 401 http://somesite/401.html
|
I am not the pro, but I will have that looked into. You are the first one to point that out as an error, and since I am not qualified to dispute it, I will let the experts make that determination.