redirect users based on Refereeing URL
RewriteEngine On
RewriteCond %{HTTP_REFERER} .*yelp.com.*$ [OR]
RewriteCond %{HTTP_REFERER} .*google.com.*$ [OR]
RewriteCond %{HTTP_REFERER} .*some_website.com.*$ [OR]
RewriteCond %{HTTP_REFERER} .*github.com.*$
RewriteRule ^(.*)$ http://your_site/custom_landing_page