On Wed, Jun 08, 2005 at 12:00:23PM -0400, John Siracusa wrote:
> On 6/8/05, Geoffrey Young <[EMAIL PROTECTED]> wrote:
> > $r->location() ?
> 
> Duh, I'm an idiot.  Thanks :)
> 
> -John

$r->location will also return whatever's in a LocationMatch, Directory
and DirectoryMatch directive, should the scope of the request lay
in one of those. if you're simply clipping the location off the
front of the request uri you could potentially run into trouble.
you can always piggyback the Location directive specifically, using
the configuration api and use what you get back from that.

.d

Reply via email to