[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Custom Error Pages
- Subject: [cobalt-users] Custom Error Pages
- From: "Todd W" <twooly@xxxxxxxxx>
- Date: Wed Mar 6 07:13:22 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I am having problems getting my custom error pages setup on one virtual
site. Here are the contents of my .htaccess file. The funny thins is my
404, and 403 are woking just fine, but when someone goes to an area on the
site that is password protected and can't enter a correct password it goes
back to the default cobalt page which I don't want. Any help is
appreciated. Thanks
Todd
ErrorDocument 404 http://www.domain.com/index.php?page=404
ErrorDocument 400 http://www.domain.com/index.php?page=400
ErrorDocument 401 http://www.domain.com/index.php?page=401
ErrorDocument 403 http://www.domain.com/index.php?page=403