Spent many hours to get cakephp set up. I used development setup.
Create a subfolder 'cake' and copied all files from the distribution
there. If I understood the manual correctly then there is no need to
edit '/app/webroot/index.php' right?
This is my directory structure
/home/affor13/public_html/cake
- app
- webroot
- cake
- docs
- vendors
Mod rewrite is working.
i also tried set up '/app/webroot/index.php' this is what i changed
define('ROOT', DS.'home'.DS.'affor13'.DS.'public_html'.DS.'cake');
define('APP_DIR', 'app');
define('CAKE_CORE_INCLUDE_PATH', ROOT);
funny thing: it worked at another webhost. Getting pretty frustrated
with it - i want to be creative with it.
http://www.affordablewebsites.nl/cake/
any help is much appreciated
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---