[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] custom 401



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 ?