我正在尝试为 Windows 安装 CIBonfire,但安装总是返回:

这是我的<VirtualHost>配置:

我对学习 Apache 指令很陌生。任何帮助表示赞赏。
谢谢 !:)
我正在尝试为 Windows 安装 CIBonfire,但安装总是返回:

这是我的<VirtualHost>配置:

我对学习 Apache 指令很陌生。任何帮助表示赞赏。
谢谢 !:)
Possible solution:
1.enable mod_rewrite in your server, just try put this line at the top of your .htaccess page,
RewriteEngine On
Or,
2.Open bonfire/install/config/config.php and bonfire/bonfire/application/config/config.php then fill up the value:
$config['index_page'] = "index.php";
Good luck !