I'm working on a CF site and converting the standard url strings to SES urls. 
So far we have most of it working. But I'm working on this rewrite rule and I 
can not figure out why this fails when I try to add product paging.

Here is the rule

RewriteRule ^([^/]*)/parts/([\w&\-/]+)?$ 
/mypage.cfm?type=product&action=getProductsCats&model=$1&subcatpath=$2[L,QSA]


it works when a url like this is given:   
domain.com/model/parts/bodyparts/fenders/

but if I want to make it page though the products and add ?p=2 it fails:   
domain.com/model/parts/bodyparts/fenders/?p=2

QSA is supposed to append the query string, but as far I can can tell its not. 
This is also the last rule applied [L] so none of my other rules should affect 
this.

This is IIS 7 on a 64bit Windows Server. 

What am I missing?




Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340931
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to