Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/09/2007, 11:46
Avatar de ESNOLA
ESNOLA
 
Fecha de Ingreso: octubre-2006
Mensajes: 188
Antigüedad: 17 años, 6 meses
Puntos: 20
Re: Redirigir www a no-www con PHP ?

Crea una redireccion en el index.html
es decir que en el index.html te figure esto:

<html>
<head>
<meta http-equiv="refresh" content="0;URL=http://todo-mods.com/">
<title></title>
</head>
<body>

</body>
</html>