Nice repro! Can you clarify this: >> however, I do need params passed via querystring attached in the rewrite, including (a=) if not found in pattern << Does it mean that if the url is http://www.cbengine.net/1234/comments/?a=graphs&p=5678 then you want to ignore the query string? Can...