php redirect
|
02-16-2019, 02:19 PM
Post: #1
|
|||
|
|||
php redirect
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 |
|||
03-19-2019, 11:20 AM
Post: #2
|
|||
|
|||
RE: php redirect
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; ?> |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)