php script for redirection ? bad or good ?

Tishoy

Regular Member
Joined
Jul 8, 2010
Messages
407
Reaction score
35
so i want to know is a simple php scrip good or bad for redirecting users and faking the refferer ?
i want to redirect traffic to my parked domains and i want the traffic to appears organic!

what's you opininons on the subject ?
 
so i want to know is a simple php scrip good or bad for redirecting users and faking the refferer ?
i want to redirect traffic to my parked domains and i want the traffic to appears organic!

what's you opininons on the subject ?

Should work okay... Depends on the company your parked with.
 
can you suggest me so companies aren't so strict ?
 
don't include referrer info if you're redirecting to a parked domain. They typically want to see only "type in" traffic.
 
As long as it works, it's acceptable :) Whether this is clean code is a different matter.
 
What are the uses of php scripts for redirection? with wordpress I am able to just do it with a plugin
 
Back
Top