Skip to content

Instantly share code, notes, and snippets.

@yagopv
Created October 5, 2013 09:28
Show Gist options
  • Save yagopv/6838774 to your computer and use it in GitHub Desktop.
Save yagopv/6838774 to your computer and use it in GitHub Desktop.
Sample URL Rewrite rules
<rewrite>
<rules>
<rule name="Default" stopProcessing="true">
<match url="^(?!Content|Scripts|favicon|robots|App|api|breeze|sitemap.xml).*" />
<action type="Rewrite" url="/" />
</rule>
</rules>
</rewrite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment