It would help if you could post your code.  What address did you tell
your page to redirect to?  If you just want to redirect to
http://www.test.com/app/, you could try redirecting to '/'.

I hope that helps.
hydra12

On Jan 16, 8:03 am, KnightE <[EMAIL PROTECTED]> wrote:
> 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 
> gotohttp://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 cake-php@googlegroups.com
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