| Posted: 26 January 2010 at 1:00pm | IP Logged
|
|
|
I'm currently using the following rewrite rules using ISAPI 2: -------------------------------------------------- [ISAPI_Rewrite] RewriteCond Host: dietdirect\.com RewriteRule (.*) http\://www.dietdirect.com$1 [I,RP]
RewriteRule /wonderslim-12week-weight-loss-kit.html /detail.aspx\?ID=2 [I,L] RewriteRule /detail.aspx\?ID=2 /wonderslim-12week-weight-loss-kit.html [I,RP] --------------------------------------------------
This works fine however, I have recently installed some CHAT software (BOLDCHAT) that has a Active co-browse functionality feature. In my local co-browser session, the BOLDCHAT software trys to add parameters to the rewritten url (see example below)
http://www.dietdirect.com/wonderslim-12week-weight-loss-kit.html?bc_ignore_vm=true&bc_random=1587620682963211396
How can I allow additional parameters to be added to the rewritten/redirect urls?
Thanks in advance for any help!
|