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