Hi,

When you say " If I tell Auth to allow all ", why do you do exactly
(paste the code) ? Do you use the * or do you specify each action ?

On 11 jan, 17:17, TheChad7 <[email protected]> wrote:
> Am I the only one that has had this issue?
>
> Any suggestions?
>
> Chad
>
> On Jan 10, 8:35 pm, "Chad Casselman" <[email protected]> wrote:
>
> > I have been developing my first cake app locally for the past few
> > days.  I uploaded the files to my dedicated server as following:
>
> > .htaccess
> > index.php
> > /app
> > /cake
> > /vendors
>
> > When I hit the url I get users/login can't be found.  Yes, I am using
> > basic Auth.  To me this means that it executed enough to do the
> > redirect and then died.  Mod Rewrite is working, but I am getting some
> > weird results.
>
> > I get the correct login form if I go to /app/users/login but of course
> > it posts to /users/login
>
> > If I tell Auth to allow all, then everything works right like
> > /customers etc. etc, EXCEPT /users/login url is still 404.  My login
> > functions in users controller is empty using the automagic.
>
> >         function login() {
> >                 // No form processing needed, Auth does it automatically
> >                 $this->pageTitle = "Please Login!";
> >         }
>
> > To me this appears to be something wrong with Auth.  Can anyone help
> > me get this working?  This is the 1.2 final release.
>
> > Chad
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to