Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/10/2006, 08:47
Avatar de reyesoft
reyesoft
 
Fecha de Ingreso: abril-2006
Ubicación: San Rafael, Mendoza
Mensajes: 311
Antigüedad: 18 años, 1 mes
Puntos: 15
Código PHP:
 <?php

$idioma 
substr ($HTTP_ACCEPT_LANGUAGE02);

if (
$idioma == "en") { 
    
header("Location: http://en.tudomio.com/"); 
} else { 
    
header("Location: http://es.tudomio.com/"); 
}

?>
Asímismo visitá: http://www.forosdelweb.com/f18/redireccion-segun-idioma-372382/

Saludos!