Redirecting referral to the specific url

honor

Power Member
Joined
Mar 6, 2013
Messages
618
Reaction score
75
When visitors visit to my website from facebook, i want them forward to another url.I created .htaccess file and added following codes.But it did not work


RewriteEngine On
RewriteCond %{HTTP_REFERER} !^https://l.facebook.com/l.php[NC]
RewriteRule ^/?first-page.html$ http://google.com/ [L,R]
 
Maybe a php script can do the job. Like if referrer is from facebook, you redirect to another url.
 
Where to paste this code if you want redirect google's visitors in wordpress blog (it should redirect from every wp page/post)?
 
Back
Top