On 4 Mar 2010, at 08:23, jean jayet wrote: > from a browser i can successfully hit http://localhost/browsestore
Guessing here ... You've matched your configured <Location> but omitted a trailing slash in your URL. So your base URL (for the browser to resolve relative links) excludes the path. Could the browser be requesting an unexpected path here? On the same theme, Oracle's docs suggest PathTrim might be wanted. -- Nick Kew