Transhandler? Redirect permanent?

2006-10-25 Thread Will Fould
(MP2-Apache2)I have a fast growing number of virtual (non-existant) subdirectories under document root:   /apple   /foo   /grape   /bareach one corresponds to a dynamic document. Until now, I've just used:   Redirect permanent /apple http://www.example.com/content.cgi?content=apple  foo   Redi

Re: Transhandler? Redirect permanent?

2006-10-25 Thread Jonathan
On Oct 25, 2006, at 9:48 PM, Will Fould wrote: I've started testing a handler (configured at '/') that parses $r- >uri and checks the object, doing a redirect accordingly, but this seems wasteful for every hit. I've thought about using the handler for only 404... Personally, i use a dispa

Re: Transhandler? Redirect permanent?

2006-10-25 Thread Tyler MacDonald
Will Fould <[EMAIL PROTECTED]> wrote: > I've started testing a handler (configured at '/') that parses $r->uri and > checks the object, doing a redirect accordingly, but this seems wasteful for > every hit. > I've thought about using the handler for only 404... > > How can this most effeciently be