I'm not sure what you are asking?
Do you mean like $this-
>redirect(array('controller'=>'somecontroller','action'=>'someaction'))
or after the page has already loaded? If that then you'll need to look
into sending people places with javascript
Generally window.location = 'www.example.com'On Feb 11, 8:32 am, Daniel <[email protected]> wrote: > How is it possible to send the user to specific controller/action from > the front/root page? > Thanks. -- 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
