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,}(.*$) http://www.fabiankeil.de/$1/$2 
> > [R=Permanent,L]
> 
> Maybe like this.
> RewriteRule ^(.*[^/])/{2,}(.*$) http://www.fabiankeil.de/$1/$2 [R=Permanent,L]

Doh, I didn't think of that one. Thanks again for your help.

Fabian
-- 
http://www.fabiankeil.de/

Attachment: signature.asc
Description: PGP signature

Reply via email to