Skip to content

Instantly share code, notes, and snippets.

@morad7
Last active December 3, 2015 09:56
Show Gist options
  • Save morad7/d9403bf31ab810b7215f to your computer and use it in GitHub Desktop.
Save morad7/d9403bf31ab810b7215f to your computer and use it in GitHub Desktop.
Site moved permanently
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://example.com/newpage.html");
exit();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment