Skip to content

Instantly share code, notes, and snippets.

@normansolutions
Created July 14, 2014 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save normansolutions/3be11b38c60d3a0cc1b8 to your computer and use it in GitHub Desktop.
Save normansolutions/3be11b38c60d3a0cc1b8 to your computer and use it in GitHub Desktop.
<rules>
<rule name="fingerprint" stopProcessing="true">
<match url="(.*)(v-[0-9]+/)([\S]+)"/>
<action type="Rewrite" url="{R:1}/{R:3}"/>
</rule>
</rules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment