Skip to content

Instantly share code, notes, and snippets.

@scjudd
Created October 8, 2011 20:15
Show Gist options
  • Save scjudd/1272816 to your computer and use it in GitHub Desktop.
Save scjudd/1272816 to your computer and use it in GitHub Desktop.
php redirect
<?php
header("Location: http://www.yoursite.com/new_page.html");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment