httpd version? PHP version? OS? Does Apache's error log say anything
significant?

On Fri, Mar 28, 2008 at 5:54 PM, villain189 <[EMAIL PROTECTED]> wrote:
>
>  OK...this shouldn't be this difficult.
>
>  I'm creating my login..everything works fine up to the redirect. I've
>  stepped through it with die()'s and it's fine up until the redirect.
>  I've tried redirecting everywhere, including google.com, with no
>  success. Every time it crashes apache..I have to stop it and start it
>  again to do anything.
>
>  I'm on 1.2 beta. Even tried updating to the nightly build and that
>  didn't help.
>
>  $this->redirect('/users', null, true);
>  $this->redirect('/users');
>  $this->redirect('/users/index', null, true);
>  $this->redirect('http://www.google.com', null, true);
>
>  I've tried all of those. Here's my cake url if you need that. Thanks!
>
>  http://localhost/cake_phpl/users/login
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
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