Re: [Solved... and next problem]: mod_rewrite & WO

Kenji Nakamura <[email protected]> Tue, 09 Nov 2004 15:39:40 +0900
Newsgroups gmane.comp.web.webobjects.admin
Message-ID <[email protected]>
> Xavier

Thnak you for the information.  Now I'm able to use mod_rewrite with 
mod_webobjects, then the Adaptor accespts WO URL without the word "/
WebObjects", though I still need to change the application to omit the 
word from WO URL.

> Will

Have you checked how mod_rewrite rewrites the URL with such directives 
as below?
    RewriteLog "/tmp/rewrite_log"
    RewriteLogLevel 9

The result of mod_rewrite might be different from what you expect.

Kenji