Este es el php:
Cita: <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>
Haber como lo pondiras vos lo que me dijiste
Por que toy hace tiempaso con esto y no puedo colocar este maldito codigo:
Cita: <%
'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
%>
Desde ya muchas gracias