Guest User

Untitled

a guest
Sep 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <rule name="RewriteCustomCultures" enabled="true">
  2.  <match url="^(/?)en-(jp)(/?)(.*)?" />
  3.  <action type="Rewrite" url="en-{CustomCultures:{R:2}}/{R:4}" appendQueryString="true" />
  4.  </rule>
Add Comment
Please, Sign In to add comment