Hey, i defined the following route:
Router::connect('/aktivieren/*', array('controller' => 'users', 'action' => 'activate', 'admin'=>false)); But everytime when I try to access /aktivieren cake routes me to admin_activatie... Here ar some vars from pr($this) [action] => admin_activate [uses] => [params] => Array ( [named] => Array ( ) [pass] => Array ( ) [controller] => users [action] => admin_activate [admin] => [prefix] => admin [plugin] => [form] => Array ( ) [url] => Array ( [url] => aktivieren ) ) Why I get always to admin, even when i set admin=>false ? Regards, AxlF Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en