Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/05/2014, 10:04
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 10 años, 8 meses
Puntos: 578
Respuesta: Problema entre htaccess y web.config

Sí se puede:

Código web.config:
Ver original
  1. <rule name="rule 1L" stopProcessing="true">
  2.     <match url="^(.*)$"  />
  3.     <action type="Rewrite" url="/index.php/{R:1}"  />
  4. </rule>

Saludos.