Skip to content

Instantly share code, notes, and snippets.

@jerrickhakim
Created March 19, 2018 05:06
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 jerrickhakim/50d0fa35475845a056c063a962983d92 to your computer and use it in GitHub Desktop.
Save jerrickhakim/50d0fa35475845a056c063a962983d92 to your computer and use it in GitHub Desktop.
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: https://yoururlhere.com");
exit();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment