TandemTables Forum

Full Version: php redirect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just add the page where you want it to go.....don't forget to name the page with a php extension...

http://www.wormworks.org/codes/php/redirect.txt
Here's the one I use. For this, I make an index.php file in whatever directory, and then paste this code:

<?php header('Location:http://tonebytone.com/index.php'); exit; ?>
Reference URL's