我的网站是用php_fox框架制作的,我的客户希望在网站上进行一些更改,但他不想直接在他的服务器上进行更改,所以首先我已经在我的localhost上安装了该网站。所以可以在localhost上安装该网站???因为现在我得到505内部服务器错误:(
谢谢, Ruchita
答案 0 :(得分:0)
是的,您只需从apache模块(wamp)激活apache中的 rewrite_module
答案 1 :(得分:0)
请检查 server.sett.php (\include\setting)
search $_CONF['core.url_rewrite']
localhost
时,此变量的值应为2$_CONF['core.url_rewrite'] = '2';
答案 2 :(得分:0)
请检查您的server.sett.php (\include\setting)
$_CONF['core.host'] = 'localhost';
$_CONF['core.folder'] = '/';
修改为$_CONF['core.folder'] = '/<your_phpfox_dir>/';
$_CONF['core.url_rewrite'] = '2';
\file\cache
现在在localhost中运行phpfox实例。