Skip to content

Instantly share code, notes, and snippets.

View joaoggtinoco's full-sized avatar

João Tinoco joaoggtinoco

View GitHub Profile
@nurycaroline
nurycaroline / web.config
Created September 4, 2017 14:56
Configuração para reescrita de url IIS - Necessário instalação do IIS URL Rewrite
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="ReactRouter Routes" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />