[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Error Document
- Subject: Re: [cobalt-users] Error Document
- From: Kaj Hejer <kaj.hejer@xxxxxxxxxxx>
- Date: Sat Mar 11 08:38:42 2000
At 17:10 -0800 10-03-00, SunUp Media Group, Inc. wrote:
>The 404 works fine. 404 errors are redirected to the specified url.
>However, when I add the 401 line, it wont even prompt someone
>for their username and password it just automatically sends them to the
>redirect page.
Hi!
You have to use a url without the first part as ErrorDocouemt for 401, ref.
http://www.apache.org/docs/misc/FAQ.html#errordoc401
You can also see http://www.apache.org/docs/mod/core.html#errordocument
-Kaj :)