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

Re: [cobalt-users] blankity blankin custon 404 pre directory < Please Revisit >



> 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.