I'm not sure if this is /exactly/ the same as your problem, but hopefully it helps. When I first started worrying about using connectors and mod_rewrite etc., I had a problem with mod_webapp (which I was using at the time) getting called before mod_rewrite. I was told on an apache forum that apache httpd loads modules from the bottom up, so the LoadModule command for mod_rewrite has to be below mod_webapp. That way, you can have the URL rewritten by mod_rewrite first in order for mod_webapp to understand it.
For reference's sake, here's the url for the question posted: http://www.tek-tips.com/viewthread.cfm?SQID=171381&SPID=65&page=1&CFID=72231716&CFTOKEN=10718455 Liam Morley August Detlefsen wrote: >--- Milt Epstein <[EMAIL PROTECTED]> wrote: > > >>On 26 Jun 2002, Keith Pemberton wrote: >> >>Well, I'm not sure mod_jk will be any different. And is this any >>more >>than a minor aesthetic issue? >> >> > >Not when most of your users can barely type one / , much less two! > > > > >>FWIW, here's something a bit weird, I tried this on a machine where I >>have web_app and tomcat 4.0.3 set up, the first time I tried >>/examples, I got a 404 Not Found error. Then I tried /examples/ and >>it worked, I got the directory listing of that directory. Then I >>tried /examples again, and it kept working, adding the trailing / >>itself! When I try it to tomcat standalone, it works both ways. >> >> > >Did your browser add the trailing slash or did the server? > >I have tried to find a solution for this using mod_rewrite, but webapp >is overriding all of my rewites. If anyone has a solution I would >really like to know! > >-August > > > >__________________________________________________ >Do You Yahoo!? >Yahoo! - Official partner of 2002 FIFA World Cup >http://fifaworldcup.yahoo.com > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
