Ok, we need to make a distinction here...

Is the problem with the actual FOLDER structure or is it a URL problem (or
both)?

Ok, here we go, start fresh!

   1. cd htdocs\cake
   2. cake bake [newapp]
   3. cd newapp
   4. cake bake (bake stuff from here)

You should be able to access from http://localhost/cake/newapp

If not, check your DocumentRoot in httd.conf.

or better yet, just copy the default app folder to newapp and see if it does
the same doubling thing.

On Feb 11, 2008 10:26 AM, rright <[EMAIL PROTECTED]> wrote:

>
> > Questions:
> > - Linux/Windows
> > - PHP and Cake console in %PATH% or calling each time?
>
> I'm running xampp on Windows and Cake is installed in the xampp htdocs
> folder:
> "localhost://cake"
>
> PHP and Cake console have been added to the Path environment variables
> in Windows.
>
> I want to clarify that baking works fine but my question is in the
> resulting paths to my app.
>
> After baking, the resulting path to my app is:
> http://localhost/cake/project_name/project_name/
>
> I want to know how to make my app accessible from this URL insteak:
> http://localhost/cake/project_name/
>
> Baking appears to double my project name twice in the URL string.
> Perhaps this is by
> design, I don't know. I'm a cake newbie and am just trying to
> understand if what I'm
> seeing is normal or if there is an adjustment I need to make to
> achieve what I want.
> >
>

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