View previous topic :: View next topic |
Author |
Message |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
Posted: Mon Apr 18, 2005 2:20 am Post subject: |
|
|
try this
<?php
header("Location: http://www.newsite.com/"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
?>
and put that at the top of the webpage. _________________
 |
|
Back to top |
|
 |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
|
Back to top |
|
 |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
|
Back to top |
|
 |
mg66 -
Joined: 15 Aug 2004 Posts: 85 Location: USA, Illinois
|
|
Back to top |
|
 |
MonkeyNation -
Joined: 05 Feb 2005 Posts: 921 Location: Cardiff
|
Posted: Mon Apr 18, 2005 1:36 pm Post subject: |
|
|
mg66 wrote: | I tried that also and just gets a blank in the main table |
A meta redirect mabye? _________________
 |
|
Back to top |
 |
 |
|