We try using this:

    if (!defined('CAKE_CORE_INCLUDE_PATH')) {
         define('CAKE_CORE_INCLUDE_PATH',
'c:'.DS.'wamp'.DS.'www'.DS);

and works, but... how make the same for js, css and imgs?

does not work:

if (!defined('WEBROOT_DIR')) {
                //define('WEBROOT_DIR', basename(dirname(__FILE__)));
                define('WEBROOT_DIR', 'c:'.DS.'wamp'.DS.'www'.DS);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to