Created
October 30, 2013 21:24
-
-
Save zachharkey/7240543 to your computer and use it in GitHub Desktop.
Use php to redirect page to any destination url.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php header( "Location: http://www.mywebsite.com/otherpage.php" ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment