Quote:
Originally Posted by Why
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.
|
Hum Useful,. Txs for sharing
