Skip to content

Instantly share code, notes, and snippets.

@65
Created March 9, 2012 17:51
Show Gist options
  • Save 65/2007747 to your computer and use it in GitHub Desktop.
Save 65/2007747 to your computer and use it in GitHub Desktop.
301 Permanent redirects in PHP
<?
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.sixfive.co.uk/products/?ASIN=".$_GET['asin']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment