Ok, I completely removed Cake, and replaced it with a clean install. I
still can't get any reaction for any addresses except /cake and /cake/
app. Shouldn't for example /cake/foo/bar call action bar() of
controller foo()? I get just a 404 Not Found, so this apparently isn't
going to Cake's dispatcher. Also, according to the manual ("To see
your CakePHP application, point your web browser to
http://www.example.com/cake_1_2/"),
shouldn't I get the app from /cake/app, rather than the intro page
from /cake/index.php?
--grimripper
On 23 syys, 18:52, grimripper <[EMAIL PROTECTED]> wrote:
> Hi
>
> I've got Cake in Apache/htdocs/cake, and my app folder on another
> drive. I changed the ROOT and CAKE_CORE_INCLUDE_PATH in the file .../
> cake/app/webroot/index.php. When I go to localhost/cake, it shows
> Cake's intro page, /cake/app shows the main page of my app, and /cake/
> app/tests shows the the installation folder's app/tests folder. I
> can't get to any of my controllers or actions, besides the one where
> routes.php redirects '/'. I just get 404 Not Found, even for /main,
> and /main/index, which is the action where / is routed. What's wrong
> with my configuration and how do I get it to work?
>
> --grimripper
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---