Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/05/2004, 12:50
testes
 
Fecha de Ingreso: mayo-2004
Mensajes: 57
Antigüedad: 20 años
Puntos: 0
Por si sirve de mas ayuda he probado tambien con el path completo
$url_relativa = "main.php";
header ( "Location: http://" . $_SERVER['HTTP_HOST']. dirname($_SERVER['PHP_SELF']). "/" . $url_relativa);

y tampoco funciona....