Pinzone Gerard (DS-1) wrote on Tue, Dec 20, 2011 at 20:50:44 +0000: > Designation: Non-SSA/Finmeccanica > > Daniel Shahaf wrote: > > Yeah, but you do that in three round-trips rather than two: > > > > GET /foo//bar//baz > > 301 Moved Permanently > > Location: /foo/bar//baz > > GET /foo/bar//baz > > 301 Moved Permanently > > Location: /foo/bar//baz > > GET /foo/bar/baz > > 200 OK > > Right, but I don't know another way of accomplishing it. If you know how to > do it more efficiently, I'm all ears. > > 3.1.1001
I've seen this: http://httpd.apache.org/docs/current/rewrite/flags.html#flag_n There may or may not be better ways. This is becoming a topic for users@httpd.a.o (I imagine treatment of double slashes is a standard issue there)