Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/09/2014, 10:38
mikehove
 
Fecha de Ingreso: abril-2012
Ubicación: Argentina
Mensajes: 215
Antigüedad: 12 años
Puntos: 2
Respuesta: Inconveniente con regla en htaccess

¿Cómo podré hacer para cambiarlas a amigables?

Aquí agrego esquema del sitio:


El formulario:
Código HTML:
Ver original
  1. <form action="/detalle" method="get" name="detalle">
  2.             <input name="nombre"  type="hidden" value="<?php echo $nombre ?>" />
  3.             <input name="id" type="hidden" value="<?php echo $id ?>" />
  4.             <input  type="submit" value="Detalle" />
  5.        </form>

Última edición por mikehove; 10/09/2014 a las 12:43