Josh Narins <[EMAIL PROTECTED]> wrote: > I also tried /foo/bar/blah and tried this once (i.e. it tried /foo/bar, and > didn't end up trying simply /foo)
Hmm, wait... you'd said that a request for /foo/bar resulted in the subrequest for /bar... is it that, or is it looking up /foo -- ie, the equivalent of dirname("/foo/bar")? The latter sounds more normal, like it could be something within the normal Apache flow -- mod_dir or mod_autoindex (which is why I asked about real directories), an auth module checking the containing directory, etc. Is it breaking anything? -- Jeremy | [EMAIL PROTECTED]