Quote:
Originally Posted by Jakez
|
Code:
RewriteEngine on
Options +FollowSymLinks
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?referrer\.com/ [NC]
RewriteCond %{QUERY_STRING} ^id=([^&]+)$
RewriteRule ^(.*) http://site.com/?ref_id=%1 [L]
this should work.