I am 99.9% sure that mod_rewrite is working.  I haven't ever had
trouble with it before and would it work when allow all was on if
htaccess wasn't working.  It is only the users/login that is not
mapped or mapping correctly.

Chad

On Sun, Jan 11, 2009 at 3:19 PM, Webweave <[email protected]> wrote:
>
> Sounds like you may have a problem with your .htaccess or routing.
>
> Are you using the default .htaccess files ?
>
> Is mod_rewrite enabled ?
>
> On Jan 10, 5: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