Found it. I thought I had tried this before without effect, but I must have introduced an error somewhere the first time around. This seems to work:
reqrep ^([^\ ]*)\ //(.*) \1\ /\2 >From the configuration manual which lists this example: reqrep ^([^\ ]*)\ /static/(.*) \1\ /\2 On Sun, Mar 15, 2009 at 9:48 PM, Michael Fortson <[email protected]> wrote: > 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" ? >

