Forum Moderators: coopster

Message Too Old, No Replies

header("location: http://somedomain.com")

How do I NOT pass a referrer?

         

Christopher C

5:30 pm on Dec 4, 2004 (gmt 0)

10+ Year Member



Hello,

I want to redirect traffic to another site but I don't want the other site to know where the traffic originally came from. Is there any easy way of doing this?

I thought of:
1) somedomain.com/out.php sending the traffic to forward.otherdomain.com which then passes the traffic onto the intended link. If the referrer sent was from forward.otherdomain.com that would be fine.

2) Some redirect command that doesn't send referrer information w/ it.

Any suggestions?

Thanks,
Chris

jatar_k

7:06 pm on Dec 4, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



trouble is you dont really control the referer. I think your best bet is to do the double redirect.

unless someone has a better idea?