well the problem is that i know those 2 rules in htaccess, don't know how to make one rule of them
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?aaa.com(/)?.*$ [NC]
RewriteRule .* link_to_redirect [R]
this was by referer...
RewriteCond %{HTTP:Accept-Language} (ru) [NC]
RewriteRule .* redirect_to [L]
and this was by language........