我正在尝试在 WAMPserver 上配置 CakePHP 1.3。
问题是我的 CSS 在localhost://dreamdeal/css/generic.css
.
如何设置我的根路径webroot/index.php
?
我将此路径设置为
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
define('CAKE_CORE_INCLUDE_PATH', 'C:' . DS . 'wamp' . DS . 'www' . DS . 'dreamdeal' );
}
但这并没有解决错误。