Skip to content

Instantly share code, notes, and snippets.

@innbitcodes
Created August 30, 2014 20:27
Show Gist options
  • Select an option

  • Save innbitcodes/4845633256f48e797bc3 to your computer and use it in GitHub Desktop.

Select an option

Save innbitcodes/4845633256f48e797bc3 to your computer and use it in GitHub Desktop.
301 redirect by PHP header code
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.-----.com");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment