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 program, rewritten in c for speed. So far it appe

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

Re: [EMAIL PROTECTED] mod_rewrite infinite loop problem

2008-04-26 Thread Joshua Slive
On Fri, Apr 25, 2008 at 4:32 PM, David Bylsma <[EMAIL PROTECTED]> wrote: > > Is there a simpler way? I would probably avoid the program rewrite map (which is a potential bottleneck). There are several ways to do this. One very simple one would be to make your RewriteRule something like RewriteRu

[EMAIL PROTECTED] mod_rewrite infinite loop problem

2008-04-25 Thread David Bylsma
URL for product pages used to look like this: /product?sku=SKU In our new version, each product is getting a nice looking path assigned. New URLs are of the form /product/PRODUCT_PATH?sku=SKU I create a txt rewrite map file. Here is an example /etc/httpd/conf/sku_to_path.txt: 01 Path_To_