Skip to content

Instantly share code, notes, and snippets.

@jerrickhakim
Created March 19, 2018 05:06
Show Gist options
  • Select an option

  • Save jerrickhakim/50d0fa35475845a056c063a962983d92 to your computer and use it in GitHub Desktop.

Select an option

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