I forgot, I am using config.ini with another routes like:

[production]
routes.userexist.route                = "api/userexists/:username/*"
routes.userexist.defaults.module      = account
routes.userexist.defaults.controller  = api
routes.userexist.defaults.action      = userexists
routes.userexist.defaults.username    = "0"

Regards

2009/2/10 José de Menezes Soares Neto <z...@detetive.net>

> Hello friends,
>
> I am using Modules and Zend_Config, how could I call an action from
> somename.mydomain.com?
>
> I did not found any example for how to use Zend_Config for this this kind
> of route...
>
> Regards,
>
> José
>

Reply via email to