On Jun 14, 2011, at 11:28 AM, Francisco Costa wrote: > >> Well, it does support matching the host name, so I suppose it should be >> doable. > > And in the Parameter-Based System how do you bypass a function in the > url > > Something like this: http://domain.com/app/controller/arg1/
You can only do this for the default controller. You do it by specifying a list of the functions in the default controller: functions = [...].

