We have run a number of Google Content Experiments for pages that do not have a rewritten URL on our site (search page mostly) and so we just created a PageName2.aspx version of PageName.aspx - it seems to work fine with all dynamic querystring parameters etc.
Now we want to do similar with rewritten urls. So on our site we have say /category/blue-widgets/999 where 999 is a specifc ID and this rewrite rule (IIS7) is pointed at Category.aspx?ID=999
So I am wondering how I create alternative versions of the page to run the experiments - do I need to have /category2/blue-widgets/999 pointing to Category2.aspx?ID=999 or is there a better way?
Thanks
Chris









