i want to redirect my site visitors to another site.. like i have create a link on Facebook group as www.1.com, when Facebook visitor click on that link and visiting my site then after some seconds they redirected to another site. is it possible.
Asked
Active
Viewed 987 times
1 Answers
0
<meta http-equiv="refresh" content="0; url=http://example.com/" />
Replace "0" with the number of seconds before redirect.
Source: Redirect from an HTML page
-
its redirect all traffic. i want to redirect only facebook visitors to other site... – Jyotshna Dec 14 '14 at 04:38