无法为本地WAMP服务器设置config.php

时间:2012-12-22 03:15:13

标签: php wamp

尝试在我的本地计算机上开发我们的应用程序,所以我安装了WAMPP。现在我无法让所有文件找到彼此。

在我们的index.php文件中,我们有:

// SET CONFIG
require dirname(__FILE__).'/config.php';

// SET AUTOLOADING
require ("App/Libraries/Callback/Loader.php");

在config.php中,我们有:

// SET ROOT PATH
define('ROOT', realpath(dirname(__FILE__) . '/'));
define('URL_ROOT', $rootConfig['url_root']);
define('DOMAIN', $_SERVER['HTTP_HOST']);

所有内容都位于:C:\ wamp \ www \ callbackstaffing

当我访问localhost / callbackstaffing /

时,App无法正确加载

怎么做??!?!

1 个答案:

答案 0 :(得分:0)

想出来! APC没有安装......