Skip to content

Instantly share code, notes, and snippets.

@chaserx
Created October 22, 2010 16:02
Show Gist options
  • Save chaserx/640811 to your computer and use it in GitHub Desktop.
Save chaserx/640811 to your computer and use it in GitHub Desktop.
PHP redirect
<?php
/* Lexenomics.org/mayoralforum/index.php */
header("Location: http://plansthis.com/mayoralforum"); /* Redirect browser */
exit();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment