Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
Visit this user's website Find all posts by this user
Quote this message in a reply
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; ?>
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)