Is "coeus" inside your webserver document root, or are you using an
alias?  If you are using an alias, then you need to modify your
app/webroot/index.php and app/webroot/.htaccess.

Modify app/webroot/index.php to have:

define('WEBROOT_DIR', 'coeus');

instead of the default WEBROOT_DIR define, and modify
app/webroot/.htaccess to have:

RewriteBase /coeus

just put that after the "RewriteEngine On" line.  This is all assuming
that "coeus" is your Apache alias.


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

Reply via email to