[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] custom 403 message
- Subject: RE: [cobalt-users] custom 403 message
- From: "Russell" <rga@xxxxxx>
- Date: Sun Dec 17 17:41:27 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> ErrorDocument 403 http://www.mywebsite.net/password.html
>
> <<< this does not return the requested err page...
ErrorDocument 403 /password.html
See if that works,
Seems I read somehwere that full url
was problematic in cases.
-- RGA