TandemTables Forum
php redirect - Printable Version

+- TandemTables Forum (http://tandemtables.com/forum)
+-- Forum: Tandem Trends (/forumdisplay.php?fid=1)
+--- Forum: Code (/forumdisplay.php?fid=3)
+--- Thread: php redirect (/showthread.php?tid=16683)



php redirect - Sally - 02-16-2019 02:19 PM

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


RE: php redirect - tonebytone - 03-19-2019 11:20 AM

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; ?>