If the redirection (or switching of the content handling) should happen before AxKit runs, AxKit doesn't need to do it. Apache can handle it just fine:

 <Location /foo.xml>
   AxContentProvider MyContentProvider
 </Location>

If you need more sophisticated redirection, you can use PerlTransHandler.

If the redirection should happen when AxKit is doing something, you probably need to do something equivalent of $r->internal_redirect(). I don't know if there's something like a taglib for it (WebUtils?)

--d

S Woodside wrote:

I was thinking recently along this line. Could AxKit have a generic system to redirect accesses to a file to some other source?

Such as, foo.xml, is actually an abstraction of a database, or as Brian said, ColdFusion. Could there be an AxKit API, to make these abstractions?

simon


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to