Is it possible to show a different page to certain referrers?

Bross

Senior Member
Joined
Feb 6, 2010
Messages
859
Reaction score
355
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
 
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.
 
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...
 
Back
Top