What if I did NOT want the webroot files to be at the actual webroot
(at least during develpment/testing, where there are multiple websites
on a shared server?)

i.e. How can I move the /cake_install/app/webroot files into /
public_html/app/webroot WITHOUT having to set the actual www webroot
to be /public_html/app/webroot and leaving it as /public_html/ ??

On Aug 3, 4:47 pm, takabanana <[EMAIL PROTECTED]> wrote:
> This is the structure that I was thinking of...
>
> /cake/cake/
> /cake/cake/config/
> /cake/cake/docs/
> /cake/cake/libs/
> /cake/cake/scripts/
> /cake/cake/app_controller.php
> /cake/cake/app_model.php
> /cake/cake/basics.php
> /cake/cake/bootstrap.php
> /cake/cake/dispatcher.php
> /cake/vendors/
>
> /public_html/app/ <-- I assume EVERYTHING under this is site-
> specific???
> /public_html/app/config/
> /public_html/app/controllers/
> /public_html/app/models/
> /public_html/app/plugins/
> /public_html/app/tmp/
> /public_html/app/vendors/
> /public_html/app/views/
>
> /public_html/ <-- I assume, what was /cake_install/app/webroot
> /public_html/css/
> /public_html/files/
> /public_html/img/
> /public_html/js/
> /public_html/.htaccess
> /public_html/css.php
> /public_html/favicon.ico
> /public_html/index.php


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