URL redirect script

Status
Not open for further replies.

scotty1000

Junior Member
Joined
May 19, 2009
Messages
173
Reaction score
6
I need a url redirect script created. I need to be able to take domain names and then have those urls redirected to different websites.

Please send me your price and how long it will take to creates
 
Use either a htaccess file to forward requests to the remote page or use PHP to do redirects.

Code:
<?php
    header("Location: http://your.affilate.link");
?>

Is that what you are after?
 
Use either a htaccess file to forward requests to the remote page or use PHP to do redirects.

Code:
<?php
    header("Location: http://your.affilate.link");
?>

Is that what you are after?

You could use this method, however 301 redirects will pass the referer. If you need a custom solution made hit me up!
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top