View Single Post
Old 06-26-2013, 02:06 PM  
Why
MFBA
 
Industry Role:
Join Date: Mar 2003
Location: PNW
Posts: 7,230
something like this should work:

Code:
RewriteCond %{http_referer} ^http://([^.]+.)*(somesite).com
RewriteRule ^$ ?ref=somesite.com [R=302,L]
then you can attach a variable to the end of the request. hook that into whatever analytics system you are already using.
Why is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote