Okay, just confirmed it, this is indeed the case with 1.0. Was this a
policy decision, or a downright bug? I just seem to recall conversation
about it. Another one to add to the known_bugs page I suppose...
Brian
--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/
---------- Forwarded message ----------
Date: Thu, 30 Nov 1995 12:27:09 -0800 (PST)
From: Sonny Wu <sonny@aimnet.com>
To: Brian Behlendorf <brian@organic.com>
Subject: Re: WWW Form Bug Report: "Redirection doesn't take wildcard" on Solaris 2.x (fwd)
Hello,
Thanks for the quick response. However it still return errors:
THis is the line I inserted in srm.conf
Redirect /~ http://users.aimnet.com/~
And this is what I got:
File Not found
The requested URL /~jnavas was not found on this server.
It seems to me the redirection has to be done this way:
Redirect /~jnavas http://users.aimnet.com/~jnavas
Thanks in advance!
Sonny
On Thu, 30 Nov 1995, Brian Behlendorf wrote:
> > Hello,
> >
> > The following redirection works on CERN:
> >
> > Redirect /~* http://www.other.com/~*
> >
> > which fails with apache.
>
> Apache's Redirect isn't a regular expression, it just does a string
> substitution - so instead,
>
> Redirect /~ http://www.other.com/~
>
> Should get you what you want.
>
> Brian
>
> --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
> brian@organic.com brian@hyperreal.com http://www.[hyperreal,organic].com/
>
>
|