Please forgive me if I am posting in the wrong thread.

I have links coming in from another site that are formatted with a &partner=xxx at the end of the URL

Where xxx = there name

I don't have an affliate program but ....

I am trying all combinations of Mod_Redirect but not getting the right results.

RewriteCond %{QUERY_STRING} ^partner=.*$
RewriteRule ^(.*)$ http ://domain1? [R=301,L]

Trying to remove everything after & including the & sign.

Anyone see a problem with the above ?

Thank you in advance
Mike