RE: anyone know a trick with displaying 401 error messages for top level protected sites?

2001-12-11 Thread Rob Bloodgood
for example if the protected url was http://www.site.com/ the user would be redirected to http://www.site.com/error/401 for the error message.. and because its protected wouldnt display the custom error page instead displaying the following error Additionally, a 401 Authorization Required

Re: anyone know a trick with displaying 401 error messages for top level protected sites?

2001-12-11 Thread DJ \(David J Radunz\)
Works fantasticaly! thanks so much. DJ - Original Message - From: Rob Bloodgood [EMAIL PROTECTED] To: DJ (David J Radunz) [EMAIL PROTECTED] Cc: mod_perl [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 6:09 AM Subject: RE: anyone know a trick with displaying 401 error messages for

RE: anyone know a trick with displaying 401 error messages for top level protected sites?

2001-12-10 Thread Brendan McAdams
Try the following: ErrorDocument 401 Error Encountered During Login. Contact DJ. ErrorDocument optionally takes a string defined by text instead of a document URI. I've found this tend to work smoothly where specifying an actual page wont. -Brendan -Original