Re: [EMAIL PROTECTED] mod_rewrite infinite loop problem

2008-05-15 Thread David Bylsma
David Bylsma wrote: > On Sat, Apr 26 at 11:49 AM, Josua Silve > <[EMAIL PROTECTED]> wrote: > > >> I would probably avoid the program rewrite map (which is a potential >> > bottleneck). > > In the end, we have opted for use of the rewrite progra

Re: [EMAIL PROTECTED] mod_rewrite infinite loop problem

2008-04-28 Thread David Bylsma
On Sat, Apr 26 at 11:49 AM, Josua Silve <[EMAIL PROTECTED]> wrote: > I would probably avoid the program rewrite map (which is a potential bottleneck). Agreed, unfortunately, neither of your suggestions can be implemented in my environment: > One very simple one would be to make your RewriteRule

[EMAIL PROTECTED] mod_rewrite infinite loop problem

2008-04-25 Thread David Bylsma
-9A-Z]+) RewriteRule ^ - [E=CORRECT_PATH:/${sku_to_path:%1}] RewriteCond ${different:%{ENV:CORRECT_PATH}:%{ENV:INCOMING_PATH}} 1 RewriteRule .* /product%{ENV:CORRECT_PATH} [R=301,L] Is there a simpler way? -David Bylsma - The of