Skip to content

Instantly share code, notes, and snippets.

@taniarascia
Last active September 4, 2015 20:26
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 taniarascia/31a3c18958c7687a4fa6 to your computer and use it in GitHub Desktop.
Save taniarascia/31a3c18958c7687a4fa6 to your computer and use it in GitHub Desktop.
Permanent PHP Redirect
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.new.com");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment