<
rule
name
=
"DepartmetnsRewrite"
stopProcessing
"true"
>
match
url
"^products/([^$]+)"
/>
action
type
"Rewrite"
"products/-in-Department/Departments/R:1"
</
The URL rewrite method is the preferred method to accomplish this task provided by Ole Christian Synnes and has been marked as the answer.