> > RewriteRule /Bob(.*) /Bob$1 [NC] > But your RewriteRule makes no sense. You are simply rewriting > one URL back onto exactly the same URL. The change in the
But I thought it does. The comparison is NC, so the rewrite forces the exact up/locase combination. > > In my filesystem I have the e:/Html/Bob/index.html file > > > > To the request: > > http://hera/BoB > > The browser reports: > > Bad request! > > Your browser (or proxy) sent a request that this server could not > > understand. > > If you think this is a server error, please contact the webmaster > > Error 400 > > The 400 error does seem to be a bug someplace. (Don't ask me where.) So I was right in understanding that [PT] int the rewrite rule isn't necessary... Let's see if I can dig in and find the problem... Thanx
