Created
September 19, 2018 23:55
-
-
Save vtml/40aeb659cca56e15ec5ebb1750697082 to your computer and use it in GitHub Desktop.
Custom Culture URL Rewrite Rule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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