What rule(s) can be created to prevent/convert a double slash or multiple slashes to just a single slash?
For example...
I want www.domain.com//about to become www.domain.com/about
I want www.domain.com///about to become www.domain.com/about
Please note the following:
- This request is different that just wanting to remove a trailing slash
- If there is nothing trailing www.domain.com, I do not want the rewrite code to automatically add a slash and become www.domain.com/