I'm having a problem with the login redirect. everytime I login, it
redirects to /users/img/spacer.gif, which is a file in my img
directory. I'm using the built-in Auth login. no code in the login
action . . .
This is in my app_controller . . .
$this->Auth->loginAction = array('controller' => 'users', 'action' =>
'login');
$this->Auth->loginRedirect = '/';
any ideas why this would happen?
thanks ahead of time.
rich
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---