2

I have website made in php_fox framework and my client want some changes on website but he don't want that changes on his server directly so firstly i have install that website on my localhost. so is it possible to install that website on localhost??? because right now i am getting 505 internal server error :(

Thanks, Ruchita

4

3 回答 3

0

是的,您只需从 apache 模块(wamp)激活 apache 中的rewrite_module

于 2012-04-08T18:47:44.467 回答
0

请检查您的server.sett.php (\include\setting)

search $_CONF['core.url_rewrite']

此变量的值在localhost应为 2

$_CONF['core.url_rewrite'] = '2';
于 2013-01-12T20:17:04.977 回答
0

请检查您的server.sett.php (\include\setting)

  1. 更改以下内容$_CONF['core.host'] = 'localhost';
  2. 将此编辑$_CONF['core.folder'] = '/';$_CONF['core.folder'] = '/<your_phpfox_dir>/';
  3. 并编辑$_CONF['core.url_rewrite'] = '2';
  4. 另外配置数据库设置
  5. 删除里面的所有东西\file\cache

现在在您的 localhost 中运行 phpfox 实例。

于 2015-05-13T09:39:02.820 回答