Jump to content

Redirect To other site.


Exoon

Recommended Posts

Hi,

 

Ive got a script to redirect some traffic from one site to another as follows:

$checker = $_SERVER['HTTP_REFERER']; 

if($checker == "http://siteone.com) {
header("Location: http://www.sitetwo.com");
}

 

It works fine but when the URL is like site.com/anotherpage.php it dosen't redirect.

 

How can i redirect no matter what page siteone is on

 

Link to comment
https://forums.phpfreaks.com/topic/237671-redirect-to-other-site/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.