Krist van Besien <[EMAIL PROTECTED]> wrote:
> On 2/14/06, Fabian Keil <[EMAIL PROTECTED]> wrote:
> > Using *? results in a server error and I have no better idea how
> > to make * ungreedy.
> >
> > Now I use:
> >
> > RewriteRule ^([^/]*)/{2,}(.*
Krist van Besien <[EMAIL PROTECTED]> wrote:
> On 2/12/06, Fabian Keil <[EMAIL PROTECTED]> wrote:
> > I would like to redirect /foo//bar (and /foo///bar etc.)
> > to /foo/bar. So far I failed and I'm not sure if I did something
> > wrong or if it
I would like to redirect /foo//bar (and /foo///bar etc.)
to /foo/bar. So far I failed and I'm not sure if I did something
wrong or if it's impossible with the Redirect directive.
At the moment my Apache server answers /foo//bar with 200 and sends
the document /foo/bar without letting the user know