I've got the 404 error (Page not found) working, but I can't seem to get the 401 (Not authorized) to work.
There are 2 password protected folders on the site, "Member's Area" and "Priesthood Area." I would think that if someone entered bad info when asked for username and/or password that the 401 page should be displayed, but it is not. Ideas?? Here is the entries in my .htaccess file:
ErrorDocument 401 http://www.cofchristknoxville.org/401.html
ErrorDocument 404 http://www.cofchristknoxville.org/404.html
But when one enters bad data I still get the generic page and not the 401.html page???
Ideas???