Note that for 401s url _must_ be a local URL or string, it can not be anything starting with a method like "http".
On Tue, 13 May 1997 [EMAIL PROTECTED] wrote: > Synopsis: OnDeny directive not accepted in access.conf > > State-Changed-From-To: open-feedback > State-Changed-By: pcs > State-Changed-When: Tue May 13 02:35:33 PDT 1997 > State-Changed-Why: > Apache does not support OnDeny. However it does support thesame functionality > using the much more general ErrorDocumentdirectory. For example, to redirect > on authenticationfailure, use ErrorDocument 401 urlor to redirect on remote > address failure, use ErrorDocument 403 urlThe "url" can be a full URL, a > local URL or a string(starting with a ").Let us know if this does not provide > all the functionalityyou need. > >Apache does not support OnDeny. However it does support the >same functionality using the much more general ErrorDocument >directory. For example, to redirect on authentication >failure, use > > ErrorDocument 401 url > >or to redirect on remote address failure, use > > ErrorDocument 403 url > >The "url" can be a full URL, a local URL or a string >(starting with a "). > >Let us know if this does not provide all the functionality >you need.
