====== Outgoing Traffic Redirect ====== **Outgoing Traffic Redirect** Configured similar to Incoming redirects, but includes a Click parameter that specifies which click number triggers the redirect. **Example:** - **var** = HTTP_REFERER - **value** = yourdomain.com - **click** = 3 - **Redirect URL** = http://sponsor.com/ This redirects every 3rd click to the sponsor. PS if you use GEOIP_COUNTRY_CODE and other mod_geo variables make sure you have mod_geo installed. To do this, open the page /scj/admin/test.php and try to find GEOIP_COUNTRY_CODE there. If it's not there - contact the administrator to install the appropriate module for apache. **Another example** - Redirect all Italian traffic to sponsor: ``` var = HTTP_ACCEPT_LANGUAGE value = it click = 0 Redirect URL = http://sponsor.com/ ```