Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/11/2010, 16:17
rnld55u
 
Fecha de Ingreso: febrero-2010
Mensajes: 27
Antigüedad: 14 años, 2 meses
Puntos: 0
Respuesta: Problema con subdominio y usando rewriterule

Hola este es el còdigo, estoy usando SMF, y esta es la funcion que toma los links publicados en los topics y los transforma a aquel subdominio (http://links.miweb.net)

http://tinypaste.com/bcce4


como puedes ver, http://links.deluzzo.net/?ver=www.google.com (Sin el http:// funciona bien)
y http://links.deluzzo.net/?ver=http://www.google.com (Con el http:// me da error)

y este el còdigo del index del subdominio http://links.deluzzo.net

Código:
<body>
<table cellpadding=0 cellspacing=0 height="100%" width="100%">
<tr height="1%"><td style="top:0;width:100%">
<div class=std style="background:#ebeff9;padding:6px 8px">
<table cellpadding=0 cellspacing=0 width="100%"><tr><td>
<center>
</center>
<td align=right valign=bottom><div style="padding-right:8px"><a href="<?php echo $_GET['ver']; ?>" style="text-decoration:none"><u>Eliminar marco</u>&nbsp;<img src=/isr_c.gif style="margin-bottom:-2px" height=15 width=15 alt=""></a></div></table><div id=outer-separator><div id=separator></div></div><tr><td>
<iframe allowtransparency=true frameborder=0 id=rf sandbox="allow-same-origin allow-forms allow-scripts" scrolling=auto src="http://<?php echo $_GET['ver']; ?>" style="width:100%;height:100%"></iframe>
</table>
</body>
Muchas gracias por la ayuda.