Skip to content

Instantly share code, notes, and snippets.

@vtml
Created September 19, 2018 23:55
Show Gist options
  • Save vtml/40aeb659cca56e15ec5ebb1750697082 to your computer and use it in GitHub Desktop.
Save vtml/40aeb659cca56e15ec5ebb1750697082 to your computer and use it in GitHub Desktop.
Custom Culture URL Rewrite Rule
<rule name="RewriteCustomCultures" enabled="true">
 <match url="^(/?)en-(jp)(/?)(.*)?" />
 <action type="Rewrite" url="en-{CustomCultures:{R:2}}/{R:4}" appendQueryString="true" />
 </rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment