Thanks a lot for your help!  I've been frustrated with this all week!
Unfortunately, this didn't work.  I assume its because I followed one
of these instructions wrong, so to clarify:

> Try this - first, make a cake folder inside your root folder and put cake in 
> it (app, cake, etc).

When you say 'root' here you mean the root for all web activities
right? ('public_html' as opposed to /root?)

> Now put your app in it's own folder in the root (dev, in your case).

When you say put my app in it's own folder, does this mean the 'app/'
folder or just the webroot folder?  Wouldn't the first option create a
duplicate app folder different from the one in the first step?

> Now your root should have something like the following:wp-admin, wp-content, 
> wp-includes, cake, dev.

OK!  This is definitely the case.

In fact the whole thing, just to be clear looks like this
public_html/
   wp-admin
   wp-content
   wp-includes
   cake
      app/
      cake/
      docs/
      vendors/
   dev/
       webroot/

Does that look right?

> In your dev folder, in webroot, edit your index.php file.  Change this line:
>      define('CAKE_CORE_INCLUDE_PATH', ROOT.DS);
> to look like this:
>      define('CAKE_CORE_INCLUDE PATH', ROOT.DS.'cake');

Yup. Did this.

> Now you can browse tohttp://yourdomain/devand see your app without
> having to alter your .htaccess rules.  If you want to add a new app,
> make a new folder in your root, put your app in, and edit it's webroot/
> index.php file.

At this point I'm just getting this:
Warning: main(cake/basics.php): failed to open stream: No such file or
directory in /home/tropedc/public_html/dev/index.php on line 54


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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