On Dec 15, 2006, at 3:48 PM, moonraker wrote:

>
> Hi guys,
>
> i'm very interested in cakephp and tried to get it running on my local
> webserver (a xampp under winxp).
>
> I've putted the cake files under localhost/cake so that for example
> "app" is under localhost/cake/app.
>
>
> Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed
> the tutorial but the application isn't running, i only get the  
> "Missing
> controller" information site (
> http://img436.imageshack.us/img436/4200/cakenr1.jpg )!
>
> Is there any other special reason which i have to consider?

The URL should be:

http://localhost/cake/posts/ (if you're using mod_rewrite)
or
http://localhost/cake/index.php/posts/ (if you aren't. Make sure to  
tell /app/config/core.php if you aren't.)

Try that.

-- John

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" 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