> I'd like to have a "controller" module, where any url
> that has a ".phtml" page will call the handler in the
> controller module. Within the controller module I use
> logic to determine which module (if any) should
> process the request using push_handlers.
>
> The issue is that I'm using "virtual" urls, so these
> .phtml files don't actually exist and <FilesMatch>
> wants a physical file on the server. I'm curious if my
> approach is the best way.

It's easier to use a directory structure, i.e. everything under /perl/ is
handled by your controller module.  You should also look at
Apache::Dispatch.
- Perrin

Reply via email to