Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/03/2017, 14:35
nfo
 
Fecha de Ingreso: octubre-2008
Ubicación: EsPaCiO TiEmPo
Mensajes: 408
Antigüedad: 15 años, 7 meses
Puntos: 5
Respuesta: Web.config a .htaccens

si htaccess, un fallo octografico. pero era entendible.

me da error este rule, no consigo traducirlo

Código:
                <rule name="regla barra admin" stopProcessing="true">
                    <match url="(.*)/$" />
                    <conditions>
                        <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
                        <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
                    </conditions>
                    <action type="Redirect" url="{R:1}" />
                </rule>