Struggling to set up CakePHP 1.3 on WAMPserver.
The issue lies in the fact that my CSS cannot be located at
localhost://dreamdeal/css/generic.css
.
Is there a way to properly define the root path in my webroot/index.php
?
I attempted to do so with this code snippet:
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
define('CAKE_CORE_INCLUDE_PATH', 'C:' . DS . 'wamp' . DS . 'www' . DS . 'dreamdeal' );
}
Unfortunately, this did not resolve the error.