RE: [EMAIL PROTECTED] ErrorDocument 401 problem

2007-05-07 Thread Christian HAESSIG
> Objet : Re: [EMAIL PROTECTED] ErrorDocument 401 problem > > > On 5/7/07, Christian HAESSIG <[EMAIL PROTECTED]> wrote: > > > ErrorDocument 401 /var/www/sites/untranet_redirect/index.php > > > As you can see, the redirection should be done to the file > >

Re: [EMAIL PROTECTED] ErrorDocument 401 problem

2007-05-07 Thread Joshua Slive
On 5/7/07, Christian HAESSIG <[EMAIL PROTECTED]> wrote: ErrorDocument 401 /var/www/sites/untranet_redirect/index.php As you can see, the redirection should be done to the file /var/www/sites/untranet_redirect/index.php when an 401 error occurs. Unfortunately, I get always the followin

[EMAIL PROTECTED] ErrorDocument 401 problem

2007-05-07 Thread Christian HAESSIG
Hi, I'm using apache 1.3.34. I try to do a redirection on an 401 error in a virtual host. I saw in the apache FAQ I had to use ErrorDocument 401 /foo/bar So, that's what I've done. Here is the virtual host description : NameVirtualHost *:80 ServerName toto.ircad.fr DocumentRoo

Re: [EMAIL PROTECTED] ErrorDocument 401

2006-12-14 Thread Liz Kim
It does not redirect or give me a 401 error. It stays on the same page.. On 12/14/06, Steve Swift <[EMAIL PROTECTED]> wrote: In what way does safari not work fine? In other words, what are the symptoms? On 13/12/06, Liz Kim <[EMAIL PROTECTED] > wrote: > > I have a 401 error on a directory redi

Re: [EMAIL PROTECTED] ErrorDocument 401

2006-12-14 Thread Steve Swift
In what way does safari not work fine? In other words, what are the symptoms? On 13/12/06, Liz Kim <[EMAIL PROTECTED]> wrote: I have a 401 error on a directory redirect to a local file... It seems to work fine on most browsers I've tested so far EXCEPT safari... Anyone else have this problem?

[EMAIL PROTECTED] ErrorDocument 401

2006-12-13 Thread Liz Kim
I have a 401 error on a directory redirect to a local file... It seems to work fine on most browsers I've tested so far EXCEPT safari... Anyone else have this problem? Any ideas? Thanks!