> Use a Location rather than Directory directive. Use the absolute
> URI relative to the server as the second part (e.g.,
> http://www.foo.bar/baz would look like <Location /baz>).


Hey, that's what i needed. Thanks :)

> If sounds like you want to use r->path_info in your application,
> so you *can't* create these directories, or they will become part
> of r->filename, not r->path_info.


Actually i thought about r->uri. It returns everything after servername 
and if i split it using '/' as separator i think i'm almost there ;o). 
Or are there any reasons i shouldn't use r->uri?


Rgds,
Viljo

Reply via email to