Re: [fw-general] _redirect + _helper-url = baseUrl x2

2008-12-03 Thread ardx
Jason Webster wrote: You can call setPrependBase(true) on the redirector action helper, and it should fix your problem. Thank you both for your responses. It appears that setting prependBase to false fixes the problem if '$url' is already fully constructed (e.g., taken from

Re: [fw-general] _redirect + _helper-url = baseUrl x2

2008-12-01 Thread Jason Webster
You can call setPrependBase(true) on the redirector action helper, and it should fix your problem. ardx wrote: The base URL for my app is '/xx'. I am using version 1.7 of the framework. I want to redirect to the 'activate' action of the 'user' controller, for which the url would be

Re: [fw-general] _redirect + _helper-url = baseUrl x2

2008-12-01 Thread Rolando Espinoza La Fuente
On Sun, Nov 30, 2008 at 10:07 PM, ardx [EMAIL PROTECTED] wrote: [...] I have tried setting the base url explicitly in the front controller: $this-_front-setBaseUrl('/xx'); but this does not alter the problem behavior. What am I missing? I use $this-_front-setBaseUrl('/xx') and for