I\'m working with a page where I have a url like: /directory/company/manufacturer
Using some re-write rules this gets re-written
testing with /directory/
I think a solution might be to modify the UrlRewrite rule to something like.
The important line here is the {UrlEncode:{R:2}}. It solved the problem for me!