http://mojastrona.pl/load?i=9?http://wp.pl
po poprzekierowaniu wchodziła na http://wp.pl a nie tak jak mi teraz przekierowywuje
http://i=9?http://onet.pl
fakt ze nie ma w adresie tego load.php ale zostaje to i=9

Da sie to jakos zlikwidowac ?
tak wyglada cały kod
<? function tpl ($template) { { include 'tpl/' . $template . '.html'; } } function logfile () { if ($config['log'] == 1) { fwrite ($fp, 'Forwarded to: ' . $link_url . ' - IP of User: ' . $_SERVER['REMOTE_ADDR'] . ' - Referrer: ' . $_SERVER['HTTP_REFERER'] . ' - User Agent: ' . $_SERVER['HTTP_USER_AGENT'] . ' '); } } $config['prcl'] = 'http'; $config['time'] = 5; $config['log'] = 1; $link_url = $_SERVER['QUERY_STRING']; if ($link_url != '') { { $link_url = $config['prcl'] . '://' . $link_url; } $link_head = $link_url; $link_time = $config['time']; logfile (); tpl ('page_redirect'); } tpl ('page'); ?>