Re: [EMAIL PROTECTED] Apache RewriteRule

2005-11-19 Thread Kevin Smith
Hi Joshua, Thanks for the pointer! :) This is what made it work in the end, for anyone who wants to know. RewriteRule ^/product_category/([0-9]+)\.html(.*)?  /product_category.php?top_cat_id=$1&source=$2 [NC,QSA,L] Regards, Kevin Joshua Slive wrote: On 11/19/05, Kevin Smith <[EMAIL

Re: [EMAIL PROTECTED] Apache RewriteRule

2005-11-19 Thread Joshua Slive
On 11/19/05, Kevin Smith <[EMAIL PROTECTED]> wrote: > Hi All, > > Wonder if someone can work this one outt, I'm a bit stumped. > > I have the following RewriteRule: > > RewriteRule ^/product_category/([0-9]+)\.html\?source\=(.*) > /product_category.php?top_cat_id=$1&source=$2 > > This is meant to r

[EMAIL PROTECTED] Apache RewriteRule

2005-11-19 Thread Kevin Smith
Hi All, Wonder if someone can work this one outt, I'm a bit stumped. I have the following RewriteRule: RewriteRule ^/product_category/([0-9]+)\.html\?source\=(.*) /product_category.php?top_cat_id=$1&source=$2 This is meant to rewrite this URL: http://www.foobar.com/product_category/22