honor
Power Member
- Mar 6, 2013
- 618
- 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]
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^https://l.facebook.com/l.php[NC]
RewriteRule ^/?first-page.html$ http://google.com/ [L,R]