|
Like TheFLY already said meta refresh is for linking realy not very nice. Copy past that PHP code into an file called for example 404.php and you will have your "redirect" system incl. refer forwarding.
<\?php
header ("Location: htp://ww.sponsor.net/");
?>
my 2 euro cents
(PS: remove the \ ..)
[This message has been edited by manuelk (edited 10-16-2001).]
|