Skip to content

Instantly share code, notes, and snippets.

@taniarascia
Created September 16, 2015 20:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taniarascia/2d2493e9744a25339fb6 to your computer and use it in GitHub Desktop.
Save taniarascia/2d2493e9744a25339fb6 to your computer and use it in GitHub Desktop.
PHP Redirect
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.New-Website.com");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment