Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <system.webServer>
- <rewrite>
- <rules>
- <rule name="AngularJS Routes" stopProcessing="true">
- <match url=".*" />
- <conditions logicalGrouping="MatchAll">
- <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
- <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
- <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
- </conditions>
- <action type="Rewrite" url="/configuracoes" />
- </rule>
- </rules>
- </rewrite>
Add Comment
Please, Sign In to add comment