Codigo a colocar:
Cita:
Codigo en donde se va colocar dentro del body:<%
'si es el subdominio (con www)
if Request.ServerVariables ("SERVER_NAME") =
www.mu.zen-zone.org then
Response.Redirect "/zen-zone.org/mu/index.asp"
'sin www igual que arriba
elseif
Request.ServerVariables ("SERVER_NAME") = mu.zen-zone.org then
Response.Redirect
"/zen-zone.org/mu/index.asp"
end if
RESTO DEL CODIGO
%>
'si es el subdominio (con www)
if Request.ServerVariables ("SERVER_NAME") =
www.mu.zen-zone.org then
Response.Redirect "/zen-zone.org/mu/index.asp"
'sin www igual que arriba
elseif
Request.ServerVariables ("SERVER_NAME") = mu.zen-zone.org then
Response.Redirect
"/zen-zone.org/mu/index.asp"
end if
RESTO DEL CODIGO
%>
Cita:
Bueno y aca van un par de respuestas de ellos:<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Comunidad Zen Zone</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
.Estilo1 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style></head>
<body>
<div align="center">
<table width="981" height="398" border="0">
<tr>
<td width="975"><div align="center">
<p><a name="2" id="2"></a></p>
<table width="980" height="206" border="0">
<tr>
<td width="942" background="1.jpg"> </td>
</tr>
</table>
<p><a href="inicio.php"><img src="ingresar.gif" width="326" height="216" border="0" /></a></p>
<p class="Estilo1">Copyrigth © 2007 Comunidad Zen Zone </p>
<p><a name="1" id="1"></a></p>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Comunidad Zen Zone</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
.Estilo1 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style></head>
<body>
<div align="center">
<table width="981" height="398" border="0">
<tr>
<td width="975"><div align="center">
<p><a name="2" id="2"></a></p>
<table width="980" height="206" border="0">
<tr>
<td width="942" background="1.jpg"> </td>
</tr>
</table>
<p><a href="inicio.php"><img src="ingresar.gif" width="326" height="216" border="0" /></a></p>
<p class="Estilo1">Copyrigth © 2007 Comunidad Zen Zone </p>
<p><a name="1" id="1"></a></p>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
Cita:
Bueno desde ya muy agradecidoEstimado
Una vez creado el subdominio debera realizar la redirección a la carpeta mediante código, entonces dentro de su archivo index.asp en la carpeta public_html, debe colocar algo así:
ACA VA EL CODIGO QUE PUSE ARRIVA EL PRIMERO
Aclaracion hemos configurado para que el subdominio redireccione a una pagina index.asp, pero aqui puede poner el archivo que desea.-
Una vez creado el subdominio debera realizar la redirección a la carpeta mediante código, entonces dentro de su archivo index.asp en la carpeta public_html, debe colocar algo así:
ACA VA EL CODIGO QUE PUSE ARRIVA EL PRIMERO
Aclaracion hemos configurado para que el subdominio redireccione a una pagina index.asp, pero aqui puede poner el archivo que desea.-
Si estube mal en postiar simplemente me dicen
Gracias