Let's say I am receiving traffic from a URL with various ID #'s attached to it:
http://www.referrer.com/?id=101
Andthe traffic is going to:
http://www.site.com
How do I have the .htaccess grab the ID from the referrer and do a quick redirect or something so that it will send the visitor to this instead:
http://www.site.com/?ref_id=101