Ubuntu 12.04
I want to install Knowledgeroot 2 by Github.
Quick Start Step.4:base_path is "/var/www/knowledgeroot/public"
but when I +NEW Page: show
Not Found
The requested URL /knowledgeroot/public/page/new was not found on this server.
and, app/Bootstrap.php Line 830
$config->base->base_path . '/application/controller'
change to
$config->base->base_path . '/app/controllers'
How about to fix the problem?
Thx.