Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/08/2010, 05:49
drankos
 
Fecha de Ingreso: agosto-2010
Mensajes: 21
Antigüedad: 13 años, 8 meses
Puntos: 0
Respuesta: Redirigir subdominio a blog

Abre el bloc de notas copias y pegas el siguiente código:

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
</head>
<meta http-equiv="Refresh" content="1;URL=http://blog.tudominio.com" />

<body>
</body>
</html>
Sustituye donde pone tudominio.com por el nombre de tu dominio real y lo guardas como index.html

Lo subes al directorio raiz de tu hosting y te redireccionará automáticamente.

Saludos