Is there any way to turn routing off.... and just use mod_rewrite

2008/7/13 David Zülke <[EMAIL PROTECTED]>

> <route pattern="^/({module:[a-Z]?})/({action:[a-Z]})$"
> module="$module" action="$action" />
>
> but that stuff is case sensitive etc etc; usually not the best idea to
> do things this way (unless you use it for development or something)
>
>
> david
>
>
>
>
> Am 13.07.2008 um 15:41 schrieb Whisller:
>
> > Hi guys,
> > I have do not wrote noting with Agavi from long time. But I wanna
> > change it.
> > And I have a question about routing definitions. How I can set route
> > which will by dynamically get module and action name
> > E.g.
> > ^/({module:[a-Z]?})/({action:[a-Z]})$
> > /myModule/myAction
> >
> > Best regards,
> > Whisller.
> >
> > _______________________________________________
> > users mailing list
> > [email protected]
> > http://lists.agavi.org/mailman/listinfo/users
> >
>
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.agavi.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to