| Posted: 29 March 2010 at 12:41pm | IP Logged
|
|
|
Hi,
I am using ISAPI Rewrite version 3.1 and I need to redirect a page that contains a parameter to one that doesn't contain a parameter. I'm trying to redirect page LoanProducts.aspx?tab=Parents to page Parents.aspx. My command in the rewrite is
RewriteRule LoanProducts.aspx?tab=Parents Parents.aspx [I,RP]
When I run this, the URL that it goes to is
Parents.aspx?tab=Parents&tab=Parents
How do I get this to remove the parameters? Thanks for your help!
Paul
|