Skip to content

Instantly share code, notes, and snippets.

@edysegura
Last active August 29, 2015 13:57
Show Gist options
  • Save edysegura/9640415 to your computer and use it in GitHub Desktop.
Save edysegura/9640415 to your computer and use it in GitHub Desktop.
URL Redirection
<?
Header('HTTP/1.1 301 Moved Permanently');
Header('Location: http://www.your-new-address-here.com');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment