Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Created December 31, 2017 11:11
Show Gist options
  • Save bepatrickdavid/cdfb6ce656d6c684366915608a61f97b to your computer and use it in GitHub Desktop.
Save bepatrickdavid/cdfb6ce656d6c684366915608a61f97b to your computer and use it in GitHub Desktop.
PHP: redirect 301 only home
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: https://newlocation/" );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment