What's the most efficient way to re-write requests so that: "blah.com//something/and/more" gets automatically re-written to "blah.com/something/and/more" ?
- Stripping duplicate slashes Michael Fortson
- Re: Stripping duplicate slashes Michael Fortson
What's the most efficient way to re-write requests so that: "blah.com//something/and/more" gets automatically re-written to "blah.com/something/and/more" ?