I'm serving up my cakephp app through a proxy server and the problem I'm having is that the login redirect is using an absolute url instead of a relative one. I traced the issue down to the url() function in the Router class. The url() function is responsible for constructing the url. >From looking at the documentation ( http://api.cakephp.org/class/router#method-Routerurl) it appears that the 'base' property can be set to false so as to generate a relative url. The thing is, I'm not sure where in my code I should set it (or if I'm on the right track with this approach). Any guidance would be much appreciated.
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
