B Bross Senior Member Joined Feb 6, 2010 Messages 859 Reaction score 355 May 17, 2010 #1 Hey.. What I mean is.. I want people that come from google (for example), to land directly at my squeeze page and not on homepage. Is there anyway to define this to the browser? (by referrer). Thanks
Hey.. What I mean is.. I want people that come from google (for example), to land directly at my squeeze page and not on homepage. Is there anyway to define this to the browser? (by referrer). Thanks
rockz Newbie Joined May 15, 2010 Messages 38 Reaction score 9 May 17, 2010 #2 Yes, it is possible. The site referrer can be tracked by php script, then using the same script redirect your visitor to certain page you want. It is a simple prob, if you know php programming.
Yes, it is possible. The site referrer can be tracked by php script, then using the same script redirect your visitor to certain page you want. It is a simple prob, if you know php programming.
Z zestoi Newbie Joined Mar 9, 2010 Messages 41 Reaction score 3 May 17, 2010 #3 yep - as said above. preg_match() on the refer(r)er and then 301 - you'd get done for dupe content if not redirecting like that. or just use a htaccess rule...
yep - as said above. preg_match() on the refer(r)er and then 301 - you'd get done for dupe content if not redirecting like that. or just use a htaccess rule...