Skip to content

Instantly share code, notes, and snippets.

Created January 15, 2015 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fc7f55870283b2bcb79b to your computer and use it in GitHub Desktop.
Save anonymous/fc7f55870283b2bcb79b to your computer and use it in GitHub Desktop.
masking url
<?PHP
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://LEOPOLDS_AFFILIATE_LINK");
header("Connection: close");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment