Hi, I'm new to cakephp 1.2, and touch the Auth Component few hours.
After read some articles about Auth, I made a simple case.
Everything is fine, but when I login successfully, the page redirect
to a wrong url.

First, I goto my project default page (e.g. http://www.test.com/app/).
Then I click "Login" link from this page, and goto 
http://www.test.com/app/users/login
After complete the form, and click the "Login" button, I got a error
msg said Missing Controller, because the browser redirect a url like
this:http://www.test.com/app/http:/www.test.com/app

It seems that the Router::normalize made the strange url...
What's wrong with my code? Did I miss something importent??

Thx for help!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to