[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] blankity blankin custon 404 pre directory < Please Revisit >
- Subject: Re: [cobalt-users] blankity blankin custon 404 pre directory < Please Revisit >
- From: "Listas Cobalt" <cobalt@xxxxxxxxxxxxxxxx>
- Date: Thu Dec 28 19:42:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> will some body please tell me how to return a custom err page in a
specific
> dir?
This work for me
REDIRECTING
ErrorDocument XXX http://www.directblooms.com/errXXXdoc.html
RELATIVE TO ACTUAL DIR
ErrorDocument XXX /errdir/errXXXdoc.html
** OR **
ErrorDocument XXX ../../errdir/errXXXdoc.html
In function of deep of the actual dir.