Skip to content

Instantly share code, notes, and snippets.

@tugberkugurlu
Created January 7, 2012 20:13
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 tugberkugurlu/1575882 to your computer and use it in GitHub Desktop.
Save tugberkugurlu/1575882 to your computer and use it in GitHub Desktop.
LowerCaseForce
<system.webServer>
<rewrite>
<rules>
<rule name="lowerCaseForce" stopProcessing="true">
<match url="[A-Z]" ignoreCase="false" />
<action type="Redirect" url="{ToLower:{URL}}" />
</rule>
</rules>
</rewrite>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment