I can't understand how cakephp use path settings with :(
I have structure:
/home/cake/www - my app/webroot files
/home/cake/app - my app folder
/home/cake/cake - cakephp folder
I set up defines to this:
define('ROOT', '/home/cake');
define('APP_DIR', 'app');
define('CAKE_CORE_INCLUDE_PATH', '/home/cake');
I can acces to cakephp default page, but all pictures and CSS file are
not visible. IN page source a see this:
icon lookups to /app/www/favicon.ico with is not right.
What I'm doing wrong?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---