[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] custom 401
- Subject: [cobalt-users] custom 401
- From: "Web Hosting" <clist@xxxxxxxxxxxxxxx>
- Date: Thu Dec 7 20:47:14 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi
A user of mine setup his .htaccess with
ErrorDocument 404 http://www.yourdomain.com/error_notfound.html
ErrorDocument 500 http://www.yourdomain.com/error_server.html
ErrorDocument 401 http://www.yourdomain.com/error_auth.html
but it does not work, is there anything else that needs to be done? does the htacess need to be in his root web or in the directory he wants his 401 ?